Type Alias bdk_chain::bitcoin::psbt::SigningErrors

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

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

Aliased Typeยง

struct SigningErrors { /* private fields */ }