from message tendermint.abci.RequestProcessProposal

Hierarchy

Constructors

Properties

hash: Uint8Array = ...

hash is the merkle root hash of the fields of the proposed block.

from field: bytes hash = 4;

height: bigint = protoInt64.zero

from field: int64 height = 5;

misbehavior: Misbehavior[] = []

from field: repeated tendermint.abci.Misbehavior misbehavior = 3;

nextValidatorsHash: Uint8Array = ...

from field: bytes next_validators_hash = 7;

proposedLastCommit?: proto.tendermint.abci.CommitInfo

from field: tendermint.abci.CommitInfo proposed_last_commit = 2;

proposerAddress: Uint8Array = ...

address of the public key of the original proposer of the block.

from field: bytes proposer_address = 8;

time?: Timestamp

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

txs: Uint8Array[] = []

from field: repeated bytes txs = 1;

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

Methods