ABCIQueryRequest defines the request structure for the ABCIQuery gRPC query.

from message cosmos.base.tendermint.v1beta1.ABCIQueryRequest

Hierarchy

Constructors

Properties

data: Uint8Array = ...

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" = "cosmos.base.tendermint.v1beta1.ABCIQueryRequest"

Methods