@Generated(value="by gRPC proto compiler (version 1.40.1)",
comments="Source: terra/wasm/v1beta1/query.proto")
public final class QueryGrpc
extends java.lang.Object
Query defines the gRPC querier service.
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryGrpc.QueryBlockingStub
Query defines the gRPC querier service.
|
static class |
QueryGrpc.QueryFutureStub
Query defines the gRPC querier service.
|
static class |
QueryGrpc.QueryImplBase
Query defines the gRPC querier service.
|
static class |
QueryGrpc.QueryStub
Query 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<terra.wasm.v1beta1.QueryOuterClass.QueryByteCodeRequest,terra.wasm.v1beta1.QueryOuterClass.QueryByteCodeResponse> |
getByteCodeMethod() |
static io.grpc.MethodDescriptor<terra.wasm.v1beta1.QueryOuterClass.QueryCodeInfoRequest,terra.wasm.v1beta1.QueryOuterClass.QueryCodeInfoResponse> |
getCodeInfoMethod() |
static io.grpc.MethodDescriptor<terra.wasm.v1beta1.QueryOuterClass.QueryContractInfoRequest,terra.wasm.v1beta1.QueryOuterClass.QueryContractInfoResponse> |
getContractInfoMethod() |
static io.grpc.MethodDescriptor<terra.wasm.v1beta1.QueryOuterClass.QueryContractStoreRequest,terra.wasm.v1beta1.QueryOuterClass.QueryContractStoreResponse> |
getContractStoreMethod() |
static io.grpc.MethodDescriptor<terra.wasm.v1beta1.QueryOuterClass.QueryParamsRequest,terra.wasm.v1beta1.QueryOuterClass.QueryParamsResponse> |
getParamsMethod() |
static io.grpc.MethodDescriptor<terra.wasm.v1beta1.QueryOuterClass.QueryRawStoreRequest,terra.wasm.v1beta1.QueryOuterClass.QueryRawStoreResponse> |
getRawStoreMethod() |
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<terra.wasm.v1beta1.QueryOuterClass.QueryCodeInfoRequest,terra.wasm.v1beta1.QueryOuterClass.QueryCodeInfoResponse> getCodeInfoMethod()
public static io.grpc.MethodDescriptor<terra.wasm.v1beta1.QueryOuterClass.QueryByteCodeRequest,terra.wasm.v1beta1.QueryOuterClass.QueryByteCodeResponse> getByteCodeMethod()
public static io.grpc.MethodDescriptor<terra.wasm.v1beta1.QueryOuterClass.QueryContractInfoRequest,terra.wasm.v1beta1.QueryOuterClass.QueryContractInfoResponse> getContractInfoMethod()
public static io.grpc.MethodDescriptor<terra.wasm.v1beta1.QueryOuterClass.QueryContractStoreRequest,terra.wasm.v1beta1.QueryOuterClass.QueryContractStoreResponse> getContractStoreMethod()
public static io.grpc.MethodDescriptor<terra.wasm.v1beta1.QueryOuterClass.QueryRawStoreRequest,terra.wasm.v1beta1.QueryOuterClass.QueryRawStoreResponse> getRawStoreMethod()
public static io.grpc.MethodDescriptor<terra.wasm.v1beta1.QueryOuterClass.QueryParamsRequest,terra.wasm.v1beta1.QueryOuterClass.QueryParamsResponse> getParamsMethod()
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()