pub struct DenomTraceEvent {
pub trace_hash: Option<String>,
pub denom: PrefixedDenom,
}Expand description
Event emitted in the onRecvPacket module callback when new tokens are minted
Fields§
§trace_hash: Option<String>§denom: PrefixedDenomAuto Trait Implementations§
impl Freeze for DenomTraceEvent
impl RefUnwindSafe for DenomTraceEvent
impl Send for DenomTraceEvent
impl Sync for DenomTraceEvent
impl Unpin for DenomTraceEvent
impl UnwindSafe for DenomTraceEvent
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