Module subxt::events

source ·
Expand description

This module exposes the types and such necessary for working with events. The two main entry points into events are crate::OnlineClient::events() and calls like crate::tx::TxProgress::wait_for_finalized_success().

Structs

The event details.
A collection of events obtained from a block, bundled with the necessary information needed to decode and iterate over them.
A client for working with events.

Enums

A phase of a block’s execution.

Traits

Trait to uniquely identify the events’s identity from the runtime metadata.