[][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

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

Proof

ABCI Merkle proofs

Responses

Responses for ABCI calls which occur during block processing.

Enums

Code

ABCI application response codes.