pub struct StandardWallet { /* private fields */ }Expand description
“Standard” Wallet for cardano.
Implementations§
Source§impl StandardWallet
impl StandardWallet
pub fn from_public_account_key( account_key: HDPublicKey, index_spend: u32, index_change: u32, index_staking: u32, ) -> Self
pub fn account_key(&self) -> &HDPublicKey
pub fn indexes(&self) -> (u32, u32, u32)
pub fn match_credential(&self, h: &Ed25519KeyHash) -> Option<(u32, bool)>
Auto Trait Implementations§
impl Freeze for StandardWallet
impl RefUnwindSafe for StandardWallet
impl Send for StandardWallet
impl Sync for StandardWallet
impl Unpin for StandardWallet
impl UnwindSafe for StandardWallet
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