Module events

Source
Expand description

A representation of a block of events. This file bases on https://github.com/paritytech/subxt/blob/8413c4d2dd625335b9200dc2289670accdf3391a/subxt/src/events/events_type.rs#L19-L196

Structsยง

EventDetails
The event details with the associated metadata.
EventMetadataDetails
Details for the given event plucked from the metadata.
Events
A collection of events obtained from a block, bundled with the necessary information needed to decode and iterate over them.
RawEventDetails
Raw event details without the associated metadata