Consensus captures the consensus rules for processing a block in the blockchain, including all blockchain data structures and the rules of the application's state transition machine.

from message tendermint.version.Consensus

Hierarchy

Constructors

Properties

app: bigint = protoInt64.zero

from field: uint64 app = 2;

block: bigint = protoInt64.zero

from field: uint64 block = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "tendermint.version.Consensus" = "tendermint.version.Consensus"

Methods