[][src]Module tendermint_proto::state

Structs

AbciResponses

ABCIResponses retains the responses of the various ABCI calls during block processing. It is persisted to disk for each height before calling Commit.

ConsensusParamsInfo

ConsensusParamsInfo represents the latest consensus params, or the last height it changed

State
ValidatorsInfo

ValidatorsInfo represents the latest validator set, or the last height it changed

Version