CommitSig is a part of the Vote included in a Commit.

from message tendermint.types.CommitSig

Hierarchy

Constructors

Properties

blockIdFlag: BlockIDFlag = BlockIDFlag.BLOCK_ID_FLAG_UNKNOWN

from field: tendermint.types.BlockIDFlag block_id_flag = 1;

signature: Uint8Array = ...

from field: bytes signature = 4;

timestamp?: Timestamp

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

validatorAddress: Uint8Array = ...

from field: bytes validator_address = 2;

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

Methods