tendermint::abci

Module types

Source
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.

ABCI documentation

Structs§

CommitInfo
Information on a block commit.
ExecTxResult
Results of executing one individual transaction.
ExtendedCommitInfo
Information on a block commit with provided vote extensions.
ExtendedVoteInfo
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.
VoteInfo
Information about a whether a validator signed the last block.

Enums§

BlockSignatureInfo
Information on how the validator voted for a block.
MisbehaviorKind
The possible kinds of Misbehavior.