QueryService defines the gRPC querier service.

interface QueryService {
    InflationRate(request): Promise<InflationRateResponse>;
    Params(request): Promise<ParamsResponse>;
}

Implemented by

Methods

Generated using TypeDoc