pub struct SingleWalletKey { /* private fields */ }Implementations§
Source§impl SingleWalletKey
impl SingleWalletKey
pub fn from_key(key: Ed25519Key) -> Self
pub fn to_public(&self) -> SingleWallet
Sourcepub fn key(&self) -> &Ed25519Key
pub fn key(&self) -> &Ed25519Key
Return a reference to the key of the single wallet
Auto Trait Implementations§
impl Freeze for SingleWalletKey
impl RefUnwindSafe for SingleWalletKey
impl Send for SingleWalletKey
impl Sync for SingleWalletKey
impl Unpin for SingleWalletKey
impl UnwindSafe for SingleWalletKey
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