Type Alias HdKeyPaths

Source
pub type HdKeyPaths = BTreeMap<PublicKey, KeySource>;
Expand description

Alias for the type of maps that represent derivation paths in a psbt::Input or psbt::Output

Aliased Typeยง

struct HdKeyPaths { /* private fields */ }