pub struct HdKey([u8; 32]);
Expand description
The key to encrypt and decrypt HD payload
Tuple Fields§
§0: [u8; 32]
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for HdKey
impl Send for HdKey
impl Sync for HdKey
impl Unpin for HdKey
impl UnwindSafe for HdKey
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