pub struct SecKey { /* private fields */ }Expand description
WOTS+ private key that hasn’t expanded yet. It contain a seed to derive and an address for the key pair
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecKey
impl RefUnwindSafe for SecKey
impl Send for SecKey
impl Sync for SecKey
impl Unpin for SecKey
impl UnwindSafe for SecKey
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