Module tendermint::abci[][src]

Expand description

Application BlockChain Interface (ABCI)

NOTE: This module contains types for ABCI responses as consumed from RPC endpoints. It does not contain an ABCI protocol implementation.

For that, see:

https://github.com/tendermint/rust-abci

Re-exports

pub use self::responses::DeliverTx;
pub use self::responses::Event;
pub use self::responses::Responses;
pub use self::transaction::Transaction;

Modules

ABCI response types used by the /block_results RPC endpoint.

Tags

Transactions

Structs

ABCI transaction data.

Gas: representation of transaction processing resource costs

ABCI info

ABCI log data

Path to ABCI data

Enums

ABCI application response codes.