[][src]Type Definition bitcoin::util::bip32::KeySource

type KeySource = (Fingerprint, DerivationPath);

Full information on the used extended public key: fingerprint of the master extended public key and a derivation path from it.

Trait Implementations

impl Serialize for KeySource[src]

impl Deserialize for KeySource[src]