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

    Class ResponseInfo

    from message tendermint.abci.ResponseInfo

    Hierarchy

    Index

    Constructors

    Properties

    appVersion: bigint = protoInt64.zero

    from field: uint64 app_version = 3;

    data: string = ""

    from field: string data = 1;

    lastBlockAppHash: Uint8Array<ArrayBuffer> = ...

    from field: bytes last_block_app_hash = 5;

    lastBlockHeight: bigint = protoInt64.zero

    from field: int64 last_block_height = 4;

    version: string = ""

    from field: string version = 2;

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

    Methods