Expand description
ABCI responses and response data.
Structs§
- Apply
Snapshot Chunk - Returns the result of applying a snapshot chunk and associated data.
- Begin
Block - Returns events that occurred when beginning a new block.
- CheckTx
- Returns the result of checking a transaction for mempool inclusion.
- Commit
- Returns the result of persisting the application state.
- Deliver
Tx - Returns events that occurred while executing a transaction against the application state.
- Echo
- Echoes a string to test an ABCI implementation.
- EndBlock
- Returns validator updates that occur after the end of a block.
- Exception
- Returns an exception (undocumented, nondeterministic).
- Extend
Vote - ABCI documentation
- Finalize
Block - Info
- Returns information about the application state.
- Init
Chain - Returned on genesis after initializing chain state.
- List
Snapshots - Returns a list of local state snapshots.
- Load
Snapshot Chunk - Returns a snapshot chunk from the application.
- Prepare
Proposal - ABCI documentation
- Query
- Returns data queried from the application.
- SetOption
- Undocumented, non-deterministic, was removed from Tendermint in 0.35.
Enums§
- Apply
Snapshot Chunk Result - The result of applying a snapshot chunk.
- Offer
Snapshot - Returns the application’s response to a snapshot offer.
- Process
Proposal - ABCI documentation
- Verify
Vote Extension - ABCI documentation