Type Alias drink_next::EventRecordOf
source · pub type EventRecordOf<T> = EventRecord<<T as Config>::RuntimeEvent, <T as Config>::Hash>;
Expand description
Copied from pallet-contracts.
Aliased Type§
struct EventRecordOf<T> {
pub phase: Phase,
pub event: <T as Config>::RuntimeEvent,
pub topics: Vec<<T as Config>::Hash>,
}
Fields§
§phase: Phase
The phase of the block it happened in.
event: <T as Config>::RuntimeEvent
The event itself.
topics: Vec<<T as Config>::Hash>
The list of the topics this event has.