from message tendermint.types.Proposal

Hierarchy

Constructors

Properties

blockId?: BlockID

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

height: bigint = protoInt64.zero

from field: int64 height = 2;

polRound: number = 0

from field: int32 pol_round = 4;

round: number = 0

from field: int32 round = 3;

signature: Uint8Array = ...

from field: bytes signature = 7;

timestamp?: Timestamp

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

type: SignedMsgType = SignedMsgType.UNKNOWN

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

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

Methods