Crate tm_abci
Source - request
- Nested message and enum types in
Request
. - response
- Nested message and enum types in
Response
.
- Request
- RequestApplySnapshotChunk
- Applies a snapshot chunk
- RequestBeginBlock
- RequestCheckTx
- RequestDeliverTx
- RequestEcho
- RequestEndBlock
- RequestFinalizedBlock
- RequestInfo
- RequestInitChain
- RequestLoadSnapshotChunk
- loads a snapshot chunk
- RequestOfferSnapshot
- offers a snapshot to the application
- RequestQuery
- Response
- ResponseApplySnapshotChunk
- ResponseBeginBlock
- ResponseCheckTx
- ResponseCommit
- ResponseDeliverTx
- ResponseEcho
- ResponseEndBlock
- ResponseFinalizedBlock
- ResponseFlush
- ResponseInfo
- ResponseInitChain
- ResponseListSnapshots
- ResponseLoadSnapshotChunk
- ResponseOfferSnapshot
- ResponseQuery
- Application
- Async version application for ABCI.
- ApplicationXX
- Consensus
- Consensus trait, include
init_chain
, begin_block
, deliver_tx
, end_block
and commit
. - ConsensusXX
- Mempool
- Mempool, include
check_tx
. - Query
- Query, include
echo
, info
and query
. - Snapshot
- Snapshot, include
list_snapshots
, offer_snapshot
, load_snapshot_chunk
and
apply_snapshot_chunk
.