Struct coins_bip32::enc::Main
source · [−]pub struct Main;
Expand description
Mainnet encoding param
Trait Implementations
sourceimpl NetworkParams for Main
impl NetworkParams for Main
sourceconst PRIV_VERSION: u32 = 76_066_276u32
const PRIV_VERSION: u32 = 76_066_276u32
The Bip32 privkey version bytes
sourceconst BIP49_PRIV_VERSION: u32 = 77_428_856u32
const BIP49_PRIV_VERSION: u32 = 77_428_856u32
The Bip49 privkey version bytes
sourceconst BIP84_PRIV_VERSION: u32 = 78_791_436u32
const BIP84_PRIV_VERSION: u32 = 78_791_436u32
The Bip84 pubkey version bytes
sourceconst PUB_VERSION: u32 = 76_067_358u32
const PUB_VERSION: u32 = 76_067_358u32
The Bip32 pubkey version bytes
sourceconst BIP49_PUB_VERSION: u32 = 77_429_938u32
const BIP49_PUB_VERSION: u32 = 77_429_938u32
The Bip49 pubkey version bytes
sourceconst BIP84_PUB_VERSION: u32 = 78_792_518u32
const BIP84_PUB_VERSION: u32 = 78_792_518u32
The Bip84 pubkey version bytes
Auto Trait Implementations
impl RefUnwindSafe for Main
impl Send for Main
impl Sync for Main
impl Unpin for Main
impl UnwindSafe for Main
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more