Expand description
Events emitted by the Namada ledger.
Modules§
Macros§
- event_
type - Instantiate a new
EventTypein const contexts. Mostly useful to define new event types in the protocol.
Structs§
- Event
- Custom events that can be queried from Tendermint using a websocket client
- Event
Type - ABCI event type.
- Event
Type Builder - Build an
EventTypesegment by segment.
Enums§
- Event
Error - Errors to do with emitting events.
- Event
Level - Indicates if an event is emitted do to an individual Tx or the nature of a finalized block
Traits§
- Emit
Events - Used in sub-systems that may emit events.
- Event
ToEmit - An event to be emitted in Namada.