Struct coins_bip32::enc::Main
source · pub struct Main;
Expand description
Mainnet encoding param
Trait Implementations§
source§impl NetworkParams for Main
impl NetworkParams for Main
source§const PRIV_VERSION: u32 = 76_066_276u32
const PRIV_VERSION: u32 = 76_066_276u32
The Bip32 privkey version bytes
source§const BIP49_PRIV_VERSION: u32 = 77_428_856u32
const BIP49_PRIV_VERSION: u32 = 77_428_856u32
The Bip49 privkey version bytes
source§const BIP84_PRIV_VERSION: u32 = 78_791_436u32
const BIP84_PRIV_VERSION: u32 = 78_791_436u32
The Bip84 pubkey version bytes
source§const PUB_VERSION: u32 = 76_067_358u32
const PUB_VERSION: u32 = 76_067_358u32
The Bip32 pubkey version bytes
source§const BIP49_PUB_VERSION: u32 = 77_429_938u32
const BIP49_PUB_VERSION: u32 = 77_429_938u32
The Bip49 pubkey version bytes
source§const BIP84_PUB_VERSION: u32 = 78_792_518u32
const BIP84_PUB_VERSION: u32 = 78_792_518u32
The Bip84 pubkey version bytes
impl Copy for Main
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more