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

    ABCIQueryResponse defines the response structure for the ABCIQuery gRPC query.

    Note: This type is a duplicate of the ResponseQuery proto type defined in Tendermint.

    from message cosmos.base.tendermint.v1beta1.ABCIQueryResponse

    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 = ""

    nondeterministic

    from field: string log = 3;

    from field: cosmos.base.tendermint.v1beta1.ProofOps proof_ops = 8;

    value: Uint8Array<ArrayBuffer> = ...

    from field: bytes value = 7;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.base.tendermint.v1beta1.ABCIQueryResponse"

    Methods