Expand description
ABCI responses and response data.
Structs§
- Returns the result of applying a snapshot chunk and associated data.
- Returns events that occurred when beginning a new block.
- Returns the result of checking a transaction for mempool inclusion.
- Returns the result of persisting the application state.
- Returns events that occurred while executing a transaction against the application state.
- Echoes a string to test an ABCI implementation.
- Returns validator updates that occur after the end of a block.
- Returns an exception (undocumented, nondeterministic).
- Returns information about the application state.
- Returned on genesis after initializing chain state.
- Returns a list of local state snapshots.
- Returns a snapshot chunk from the application.
- Returns data queried from the application.
- Undocumented, non-deterministic, was removed from Tendermint in 0.35.
Enums§
- The result of applying a snapshot chunk.
- Returns the application’s response to a snapshot offer.