@Generated(value="by gRPC proto compiler (version 1.40.1)",
comments="Source: cosmos/mint/v1beta1/query.proto")
public final class QueryGrpc
extends java.lang.Object
Query provides defines the gRPC querier service.
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryGrpc.QueryBlockingStub
Query provides defines the gRPC querier service.
|
static class |
QueryGrpc.QueryFutureStub
Query provides defines the gRPC querier service.
|
static class |
QueryGrpc.QueryImplBase
Query provides defines the gRPC querier service.
|
static class |
QueryGrpc.QueryStub
Query provides defines the gRPC querier service.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<cosmos.mint.v1beta1.QueryOuterClass.QueryAnnualProvisionsRequest,cosmos.mint.v1beta1.QueryOuterClass.QueryAnnualProvisionsResponse> |
getAnnualProvisionsMethod() |
static io.grpc.MethodDescriptor<cosmos.mint.v1beta1.QueryOuterClass.QueryInflationRequest,cosmos.mint.v1beta1.QueryOuterClass.QueryInflationResponse> |
getInflationMethod() |
static io.grpc.MethodDescriptor<cosmos.mint.v1beta1.QueryOuterClass.QueryParamsRequest,cosmos.mint.v1beta1.QueryOuterClass.QueryParamsResponse> |
getParamsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static QueryGrpc.QueryBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static QueryGrpc.QueryFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static QueryGrpc.QueryStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
public static io.grpc.MethodDescriptor<cosmos.mint.v1beta1.QueryOuterClass.QueryParamsRequest,cosmos.mint.v1beta1.QueryOuterClass.QueryParamsResponse> getParamsMethod()
public static io.grpc.MethodDescriptor<cosmos.mint.v1beta1.QueryOuterClass.QueryInflationRequest,cosmos.mint.v1beta1.QueryOuterClass.QueryInflationResponse> getInflationMethod()
public static io.grpc.MethodDescriptor<cosmos.mint.v1beta1.QueryOuterClass.QueryAnnualProvisionsRequest,cosmos.mint.v1beta1.QueryOuterClass.QueryAnnualProvisionsResponse> getAnnualProvisionsMethod()
public static QueryGrpc.QueryStub newStub(io.grpc.Channel channel)
public static QueryGrpc.QueryBlockingStub newBlockingStub(io.grpc.Channel channel)
public static QueryGrpc.QueryFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()