Trait Event
substrate_subxt
pub trait Event<T>: Decode { const MODULE: &'static str; const EVENT: &'static str; }
Event trait.
const MODULE: &'static str
Module name.
const EVENT: &'static str
Event name.
impl<T: Balances> Event<T> for TransferEvent<T>
impl<T: Contracts> Event<T> for CodeStoredEvent<T>
impl<T: Contracts> Event<T> for InstantiatedEvent<T>