Crate tendermint_abci

Crate tendermint_abci 

Source
Expand description

ABCI framework for building Tendermint applications in Rust.

Re-exports§

pub use error::Error;

Modules§

error
tendermint-abci errors

Structs§

Server
A TCP-based server for serving a specific ABCI application.
ServerBuilder
Allows us to configure and construct an ABCI server.

Traits§

Application
An ABCI application.