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