pub struct TransferEvent {
pub sender: Signer,
pub receiver: Signer,
pub amount: Amount,
pub denom: PrefixedDenom,
pub memo: Memo,
}Expand description
Event emitted after a successful sendTransfer
Fields§
§sender: Signer§receiver: Signer§amount: Amount§denom: PrefixedDenom§memo: MemoAuto Trait Implementations§
impl Freeze for TransferEvent
impl RefUnwindSafe for TransferEvent
impl Send for TransferEvent
impl Sync for TransferEvent
impl Unpin for TransferEvent
impl UnwindSafe for TransferEvent
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