Skip to main content

SigningKeys

Type Alias SigningKeys 

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

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

Aliased Typeยง

pub struct SigningKeys { /* private fields */ }