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

interface QueryMethodDescriptorAmino {
    full_query_path?: string;
    name?: string;
}

Properties

full_query_path?: string

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

name?: string

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