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