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 QueryMethodDescriptor {
    fullQueryPath: string;
    name: string;
}

Properties

Properties

fullQueryPath: 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