Expand description
ABCI requests and request data.
Structs§
- Apply
Snapshot Chunk - Applies a snapshot chunk.
- Begin
Block - Signals the beginning of a new block.
- CheckTx
- Check whether a transaction should be included in the mempool.
- Deliver
Tx - Execute a transaction against the application state.
- Echo
- Echoes a string to test an ABCI implementation.
- EndBlock
- Signals the end of a block.
- Extend
Vote - ABCI documentation
- Finalize
Block - ABCI documentation
- Info
- Requests information about the application state.
- Init
Chain - Called on genesis to initialize chain state.
- Load
Snapshot Chunk - Used during state sync to retrieve snapshot chunks from peers.
- Offer
Snapshot - Offers a list of snapshots to the application.
- Prepare
Proposal - ABCI documentation
- Process
Proposal - ABCI documentation
- Query
- Queries for data from the application at current or past height.
- SetOption
- Undocumented, non-deterministic, was removed from Tendermint in 0.35.
- Verify
Vote Extension - ABCI documentation
Enums§
- Check
TxKind - The possible kinds of
CheckTx
checks.