Expand description
ABCI requests and request data.
Structs§
- Applies a snapshot chunk.
- Signals the beginning of a new block.
- Check whether a transaction should be included in the mempool.
- Execute a transaction against the application state.
- Echoes a string to test an ABCI implementation.
- Signals the end of a block.
- Requests information about the application state.
- Called on genesis to initialize chain state.
- Used during state sync to retrieve snapshot chunks from peers.
- Offers a list of snapshots to the application.
- Queries for data from the application at current or past height.
- Undocumented, non-deterministic, was removed from Tendermint in 0.35.
Enums§
- The possible kinds of
CheckTx
checks.