Module async_api

Source
Available on crate feature async-api only.
Expand description

Asynchronous ABCI server API implementation

Structs§

Server
ABCI Server

Traits§

Consensus
Trait for managing consensus of blockchain.
Info
Trait for initialization and for queries from the user.
Mempool
Trait for managing tendermint’s mempool.
Snapshot
Trait for serving and restoring tendermint’s state sync snapshots.