pub type Events = Vec<EventRecord<RuntimeEvent, H256>>;

Aliased Type§

struct Events {
    buf: RawVec<EventRecord<RuntimeEvent, H256>>,
    len: usize,
}

Fields§

§buf: RawVec<EventRecord<RuntimeEvent, H256>>§len: usize