[][src]Module tendermint::abci

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::transaction::Transaction;

Modules

transaction

Transactions

Structs

Data

ABCI transaction data.

Gas

Gas: representation of transaction processing resource costs

Info

ABCI info

Log

ABCI log data

Responses

Responses for ABCI calls which occur during block processing.

Enums

Code

ABCI application response codes.