Type Alias SigningErrors

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

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

Aliased Typeยง

pub struct SigningErrors { /* private fields */ }