Type Alias sapio_bitcoin::util::bip32::KeySource

source ·
pub type KeySource = (Fingerprint, DerivationPath);
Expand description

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

Trait Implementations§

source§

impl Deserialize for KeySource

source§

fn deserialize(bytes: &[u8]) -> Result<Self, Error>

Deserialize a value from raw data.
source§

impl Serialize for KeySource

source§

fn serialize(&self) -> Vec<u8>

Serialize a value as raw data.