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§
- Information on a block commit.
- Results of executing one individual transaction.
- Information on a block commit with provided vote extensions.
- Information about a whether a validator signed the last block, together with vote extensions.
- Evidence of validator misbehavior.
- Used for state sync snapshots.
- A validator address with voting power.
- Information about a whether a validator signed the last block.
Enums§
- Information on how the validator voted for a block.
- The possible kinds of
Misbehavior
.