pub struct AckEvent {
pub sender: Signer,
pub receiver: Signer,
pub denom: PrefixedDenom,
pub amount: Amount,
pub memo: Memo,
pub acknowledgement: AcknowledgementStatus,
}Expand description
Event emitted in the onAcknowledgePacket module callback
Fields§
§sender: Signer§receiver: Signer§denom: PrefixedDenom§amount: Amount§memo: Memo§acknowledgement: AcknowledgementStatusAuto Trait Implementations§
impl Freeze for AckEvent
impl RefUnwindSafe for AckEvent
impl Send for AckEvent
impl Sync for AckEvent
impl Unpin for AckEvent
impl UnwindSafe for AckEvent
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