Struct coins_bip32::enc::Test
source · pub struct Test;
Expand description
Testnet encoding param
Trait Implementations§
source§impl NetworkParams for Test
impl NetworkParams for Test
source§const PRIV_VERSION: u32 = 70_615_956u32
const PRIV_VERSION: u32 = 70_615_956u32
The Bip32 privkey version bytes
source§const BIP49_PRIV_VERSION: u32 = 71_978_536u32
const BIP49_PRIV_VERSION: u32 = 71_978_536u32
The Bip49 privkey version bytes
source§const BIP84_PRIV_VERSION: u32 = 73_341_116u32
const BIP84_PRIV_VERSION: u32 = 73_341_116u32
The Bip84 pubkey version bytes
source§const PUB_VERSION: u32 = 70_617_039u32
const PUB_VERSION: u32 = 70_617_039u32
The Bip32 pubkey version bytes
source§const BIP49_PUB_VERSION: u32 = 71_979_618u32
const BIP49_PUB_VERSION: u32 = 71_979_618u32
The Bip49 pubkey version bytes
source§const BIP84_PUB_VERSION: u32 = 73_342_198u32
const BIP84_PUB_VERSION: u32 = 73_342_198u32
The Bip84 pubkey version bytes
impl Copy for Test
Auto Trait Implementations§
impl RefUnwindSafe for Test
impl Send for Test
impl Sync for Test
impl Unpin for Test
impl UnwindSafe for Test
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