pub struct AptosSigner { /* private fields */ }
Implementations§
Source§impl AptosSigner
impl AptosSigner
pub fn new(keypair: Keypair) -> Self
pub fn from_base58(s: &str) -> Result<Self, BundlerError>
Trait Implementations§
Source§impl Signer for AptosSigner
impl Signer for AptosSigner
Auto Trait Implementations§
impl Freeze for AptosSigner
impl RefUnwindSafe for AptosSigner
impl Send for AptosSigner
impl Sync for AptosSigner
impl Unpin for AptosSigner
impl UnwindSafe for AptosSigner
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