[][src]Module orga::abci

Integration with ABCI (gated by abci feature).

Modules

messages

Generated file from abci.proto

Structs

ABCIStateMachine

Top-level struct for running an ABCI application. Maintains an ABCI server, mempool, and handles committing data to the store.

MemStore

A basic implementation of ABCIStore which persists data in memory (mostly for use in testing).

Request

Generated files are compatible only with the same version of protobuf runtime.

Response
TendermintClient

A store::Read implementation which queries a Tendermint node's state via RPC.

Traits

ABCIStore

Interface for persisting ABCI app state, as a supertrait of store::Store.

Application

An interface for handling ABCI requests.