Crate tendermint_abci[][src]

Expand description

ABCI framework for building Tendermint applications in Rust.

Re-exports

pub use error::Error;

Modules

tendermint-abci errors

Structs

A TCP-based server for serving a specific ABCI application.

Allows us to configure and construct an ABCI server.

Traits

An ABCI application.