Struct multiversx_sc_snippets::Sender
source · pub struct Sender {
pub address: Address,
pub wallet: Wallet,
pub current_nonce: Option<u64>,
}
Expand description
A user account that can sign transactions (a pem is present).
Fields§
§address: Address
§wallet: Wallet
§current_nonce: Option<u64>
Auto Trait Implementations§
impl CodecFromSelf for Sender
impl Freeze for Sender
impl RefUnwindSafe for Sender
impl Send for Sender
impl Sync for Sender
impl Unpin for Sender
impl UnwindSafe for Sender
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