from message tendermint.abci.RequestPrepareProposal

Hierarchy

Constructors

Properties

height: bigint = protoInt64.zero

from field: int64 height = 5;

localLastCommit?: ExtendedCommitInfo

from field: tendermint.abci.ExtendedCommitInfo local_last_commit = 3;

maxTxBytes: bigint = protoInt64.zero

the modified transactions cannot exceed this size.

from field: int64 max_tx_bytes = 1;

misbehavior: Misbehavior[] = []

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

nextValidatorsHash: Uint8Array = ...

from field: bytes next_validators_hash = 7;

proposerAddress: Uint8Array = ...

address of the public key of the validator proposing the block.

from field: bytes proposer_address = 8;

time?: Timestamp

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

txs: Uint8Array[] = []

txs is an array of transactions that will be included in a block, sent to the app for possible modifications.

from field: repeated bytes txs = 2;

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

Methods