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

    Class ResponseQuery

    from message tendermint.abci.ResponseQuery

    Hierarchy

    Index

    Constructors

    Properties

    code: number = 0

    from field: uint32 code = 1;

    codespace: string = ""

    from field: string codespace = 10;

    height: bigint = protoInt64.zero

    from field: int64 height = 9;

    index: bigint = protoInt64.zero

    from field: int64 index = 5;

    info: string = ""

    nondeterministic

    from field: string info = 4;

    key: Uint8Array<ArrayBuffer> = ...

    from field: bytes key = 6;

    log: string = ""

    bytes data = 2; // use "value" instead.

    nondeterministic

    from field: string log = 3;

    from field: tendermint.crypto.ProofOps proof_ops = 8;

    value: Uint8Array<ArrayBuffer> = ...

    from field: bytes value = 7;

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

    Methods