from message tendermint.abci.ExtendedCommitInfo

Hierarchy

Constructors

Properties

round: number = 0

The round at which the block proposer decided in the previous height.

from field: int32 round = 1;

votes: ExtendedVoteInfo[] = []

List of validators' addresses in the last validator set with their voting information, including vote extensions.

from field: repeated tendermint.abci.ExtendedVoteInfo votes = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "tendermint.abci.ExtendedCommitInfo" = "tendermint.abci.ExtendedCommitInfo"

Methods