Module abci

Source

Modules§

request
Nested message and enum types in Request.
response
Nested message and enum types in Response.
response_apply_snapshot_chunk
Nested message and enum types in ResponseApplySnapshotChunk.
response_offer_snapshot
Nested message and enum types in ResponseOfferSnapshot.
response_process_proposal
Nested message and enum types in ResponseProcessProposal.
response_verify_vote_extension
Nested message and enum types in ResponseVerifyVoteExtension.

Structs§

CommitInfo
Event
Event allows application developers to attach additional information to ResponseFinalizeBlock and ResponseCheckTx. Later, transactions may be queried using these events.
EventAttribute
EventAttribute is a single key-value pair, associated with an event.
ExecTxResult
ExecTxResult contains results of executing one individual transaction.
ExtendedCommitInfo
ExtendedCommitInfo is similar to CommitInfo except that it is only used in the PrepareProposal request such that CometBFT can provide vote extensions to the application.
ExtendedVoteInfo
Misbehavior
Request
RequestApplySnapshotChunk
Applies a snapshot chunk
RequestCheckTx
RequestCommit
RequestEcho
RequestExtendVote
Extends a vote with application-injected data
RequestFinalizeBlock
RequestFlush
RequestInfo
RequestInitChain
RequestListSnapshots
lists available snapshots
RequestLoadSnapshotChunk
loads a snapshot chunk
RequestOfferSnapshot
offers a snapshot to the application
RequestPrepareProposal
RequestProcessProposal
RequestQuery
RequestVerifyVoteExtension
Verify the vote extension
Response
ResponseApplySnapshotChunk
ResponseCheckTx
ResponseCommit
ResponseEcho
ResponseException
nondeterministic
ResponseExtendVote
ResponseFinalizeBlock
ResponseFlush
ResponseInfo
ResponseInitChain
ResponseListSnapshots
ResponseLoadSnapshotChunk
ResponseOfferSnapshot
ResponsePrepareProposal
ResponseProcessProposal
ResponseQuery
ResponseVerifyVoteExtension
Snapshot
TxResult
TxResult contains results of executing the transaction.
Validator
ValidatorUpdate
VoteInfo

Enums§

CheckTxType
MisbehaviorType