Commit contains the evidence that a block was committed by a set of validators.

from message tendermint.types.Commit

Hierarchy

Constructors

Properties

blockId?: BlockID

from field: tendermint.types.BlockID block_id = 3;

height: bigint = protoInt64.zero

from field: int64 height = 1;

round: number = 0

from field: int32 round = 2;

signatures: CommitSig[] = []

from field: repeated tendermint.types.CommitSig signatures = 4;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "tendermint.types.Commit" = "tendermint.types.Commit"

Methods