Type Definition bitcoin::psbt::SigningKeys

pub type SigningKeys = BTreeMap<usize, Vec<PublicKey, Global>, Global>;
Expand description

Map of input index -> pubkey associated with secret key used to create signature for that input.