pub type SigningKeys = BTreeMap<usize, Vec<PublicKey>>;
Map of input index -> pubkey associated with secret key used to create signature for that input.
pub struct SigningKeys { /* private fields */ }