Type Definition bitcoin::psbt::SigningErrors

pub type SigningErrors = BTreeMap<usize, SignError, Global>;
Expand description

Map of input index -> the error encountered while attempting to sign that input.