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

    ABCIQueryRequest defines the request structure for the ABCIQuery gRPC query.

    from message cosmos.base.tendermint.v1beta1.ABCIQueryRequest

    Hierarchy

    Index

    Constructors

    Properties

    data: Uint8Array<ArrayBuffer> = ...

    from field: bytes data = 1;

    height: bigint = protoInt64.zero

    from field: int64 height = 3;

    path: string = ""

    from field: string path = 2;

    prove: boolean = false

    from field: bool prove = 4;

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

    Methods