bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class RequestProcessProposal

    from message tendermint.abci.RequestProcessProposal

    Hierarchy

    Index

    Constructors

    Properties

    hash: Uint8Array<ArrayBuffer> = ...

    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<ArrayBuffer> = ...

    from field: bytes next_validators_hash = 7;

    proposedLastCommit?: tendermint.abci.CommitInfo

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

    proposerAddress: Uint8Array<ArrayBuffer> = ...

    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<ArrayBufferLike>[] = []

    from field: repeated bytes txs = 1;

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

    Methods