Vote represents a prevote, precommit, or commit vote from validators for consensus.

from message tendermint.types.Vote

Hierarchy

Constructors

Properties

blockId?: BlockID

zero if vote is nil.

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

height: bigint = protoInt64.zero

from field: int64 height = 2;

round: number = 0

from field: int32 round = 3;

signature: Uint8Array = ...

from field: bytes signature = 8;

timestamp?: Timestamp

from field: google.protobuf.Timestamp timestamp = 5;

type: SignedMsgType = SignedMsgType.UNKNOWN

from field: tendermint.types.SignedMsgType type = 1;

validatorAddress: Uint8Array = ...

from field: bytes validator_address = 6;

validatorIndex: number = 0

from field: int32 validator_index = 7;

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

Methods