pub struct TimeoutEvent {
pub refund_receiver: Signer,
pub refund_denom: PrefixedDenom,
pub refund_amount: Amount,
pub memo: Memo,
}Expand description
Event emitted in the onTimeoutPacket module callback
Fields§
§refund_receiver: Signer§refund_denom: PrefixedDenom§refund_amount: Amount§memo: MemoAuto Trait Implementations§
impl Freeze for TimeoutEvent
impl RefUnwindSafe for TimeoutEvent
impl Send for TimeoutEvent
impl Sync for TimeoutEvent
impl Unpin for TimeoutEvent
impl UnwindSafe for TimeoutEvent
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