Type Definition bip32::Version

source ·
pub type Version = u32;
Expand description

BIP32 “versions”: integer representation of the key prefix.

Trait Implementations§

source§

impl From<&Prefix> for Version

source§

fn from(prefix: &Prefix) -> Version

Converts to this type from the input type.
source§

impl From<Prefix> for Version

source§

fn from(prefix: Prefix) -> Version

Converts to this type from the input type.