[][src]Module tendermint_proto::abci

Modules

request
response
response_apply_snapshot_chunk
response_offer_snapshot

Structs

BlockParams

BlockParams contains limits on the block size.

ConsensusParams

ConsensusParams contains all consensus-relevant parameters that can be adjusted by the abci app

Event

Event allows application developers to attach additional information to ResponseBeginBlock, ResponseEndBlock, ResponseCheckTx and ResponseDeliverTx. Later, transactions may be queried using these events.

EventAttribute

EventAttribute is a single key-value pair, associated with an event.

Evidence
LastCommitInfo
Request
RequestApplySnapshotChunk

Applies a snapshot chunk

RequestBeginBlock
RequestCheckTx
RequestCommit
RequestDeliverTx
RequestEcho
RequestEndBlock
RequestFlush
RequestInfo
RequestInitChain
RequestListSnapshots

lists available snapshots

RequestLoadSnapshotChunk

loads a snapshot chunk

RequestOfferSnapshot

offers a snapshot to the application

RequestQuery
RequestSetOption

nondeterministic

Response
ResponseApplySnapshotChunk
ResponseBeginBlock
ResponseCheckTx
ResponseCommit
ResponseDeliverTx
ResponseEcho
ResponseEndBlock
ResponseException

nondeterministic

ResponseFlush
ResponseInfo
ResponseInitChain
ResponseListSnapshots
ResponseLoadSnapshotChunk
ResponseOfferSnapshot
ResponseQuery
ResponseSetOption

nondeterministic

Snapshot
TxResult

TxResult contains results of executing the transaction.

Validator

Validator

ValidatorUpdate

ValidatorUpdate

VoteInfo

VoteInfo

Enums

CheckTxType
EvidenceType