pub type TapKeyOrigins = BTreeMap<XOnlyPublicKey, (Vec<TapLeafHash>, KeySource)>;Expand description
Alias for the type of maps that represent taproot key origins in a psbt::Input or
psbt::Output
Aliased Typeยง
pub struct TapKeyOrigins { /* private fields */ }