Expand description
ABCI-specific data types used in requests and responses.
These types have changes from the core data structures to better accommodate ABCI applications.
Structs§
- Commit
Info - Information on a block commit.
- Exec
TxResult - Results of executing one individual transaction.
- Extended
Commit Info - Information on a block commit with provided vote extensions.
- Extended
Vote Info - Information about a whether a validator signed the last block, together with vote extensions.
- Misbehavior
- Evidence of validator misbehavior.
- Snapshot
- Used for state sync snapshots.
- Validator
- A validator address with voting power.
- Vote
Info - Information about a whether a validator signed the last block.
Enums§
- Block
Signature Info - Information on how the validator voted for a block.
- Misbehavior
Kind - The possible kinds of
Misbehavior
.