Module tendermint::abci[][src]

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

responses

ABCI response types used by the /block_results RPC endpoint.

tag

Tags

transaction

Transactions

Structs

Data

ABCI transaction data.

Gas

Gas: representation of transaction processing resource costs

Info

ABCI info

Log

ABCI log data

Path

Path to ABCI data

Enums

Code

ABCI application response codes.