pub type EventRecord = EventRecordSpec<RuntimeEvent, Hash>;Expand description
The default event record type.
Aliased Type§
struct EventRecord {
pub phase: Phase,
pub event: RuntimeEvent,
pub topics: Vec<Hash>,
}Fields§
§phase: PhaseThe phase of the block it happened in.
event: RuntimeEventThe event itself.
topics: Vec<Hash>The list of the topics this event has.