package cometbft.state.v1beta3

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ABCIResponsesInfo

types.proto:52

ABCIResponsesInfo retains the responses of the ABCI calls during block processing.

message ConsensusParamsInfo

types.proto:46

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

message LegacyABCIResponses

types.proto:21

LegacyABCIResponses retains the responses of the legacy ABCI calls during block processing. Note ReponseDeliverTx is renamed to ExecTxResult but they are semantically the same Kept for backwards compatibility for versions prior to v0.38

Used in: ABCIResponsesInfo

message ResponseBeginBlock

types.proto:29

ResponseBeginBlock is kept for backward compatibility for versions prior to v0.38, as it was then defined in the cometbft.abci packages.

Used in: LegacyABCIResponses

message ResponseEndBlock

types.proto:38

ResponseEndBlock is kept for backward compatibility for versions prior to v0.38, its earlier revisions were defined in the cometbft.abci packages. It uses an updated definition for the consensus_param_updates field to keep the generated data types interoperable with the latest protocol.

Used in: LegacyABCIResponses

message State

types.proto:60

State represents the state of the blockchain.