pub struct Wallet { /* private fields */ }
Implementations§
Source§impl Wallet
impl Wallet
pub fn new(seed: String) -> Wallet
pub fn xpriv(&self) -> Option<ExtendedPrivateKey>
pub fn xpriv_account(&self) -> Option<ExtendedPrivateKey>
pub fn xpriv_wallet(&self) -> Option<ExtendedPrivateKey>
Auto Trait Implementations§
impl Freeze for Wallet
impl RefUnwindSafe for Wallet
impl Send for Wallet
impl Sync for Wallet
impl Unpin for Wallet
impl UnwindSafe for Wallet
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