You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typed Events are Protobuf-defined messages used by the Cosmos SDK for emitting and querying Events. They are defined in a event.proto file, on a per-module basis. They are triggered from the module's Protobuf Msg service by using the EventManager, where they are read as proto.Message.
Use in Transaction Search
Examples of search based on the "/tx_search" Tendermint RPC method
Purpose
See ADR 032: Typed Events to see why non-typed events were deprecated.
Typed Events
Typed Events are Protobuf-defined messages used by the Cosmos SDK for emitting and querying Events. They are defined in a event.proto file, on a per-module basis. They are triggered from the module's Protobuf Msg service by using the EventManager, where they are read as
proto.Message
.Use in Transaction Search
Examples of search based on the "/tx_search" Tendermint RPC method
The text was updated successfully, but these errors were encountered: