QueryMethodDescriptor describes a queryable method of a query service no other info is provided beside method name and tendermint queryable path because it would be redundant with the grpc reflection service

from message cosmos.base.reflection.v2alpha1.QueryMethodDescriptor

Hierarchy

Constructors

Properties

fullQueryPath: string = ""

full_query_path is the path that can be used to query this method via tendermint abci.Query

from field: string full_query_path = 2;

name: string = ""

name is the protobuf name (not fullname) of the method

from field: string name = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.base.reflection.v2alpha1.QueryMethodDescriptor" = "cosmos.base.reflection.v2alpha1.QueryMethodDescriptor"

Methods