@Generated(value="by gRPC proto compiler (version 1.40.1)",
comments="Source: terra/wasm/v1beta1/tx.proto")
public final class MsgGrpc
extends java.lang.Object
Msg defines the oracle Msg service.
| Modifier and Type | Class and Description |
|---|---|
static class |
MsgGrpc.MsgBlockingStub
Msg defines the oracle Msg service.
|
static class |
MsgGrpc.MsgFutureStub
Msg defines the oracle Msg service.
|
static class |
MsgGrpc.MsgImplBase
Msg defines the oracle Msg service.
|
static class |
MsgGrpc.MsgStub
Msg defines the oracle Msg 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.Tx.MsgClearContractAdmin,terra.wasm.v1beta1.Tx.MsgClearContractAdminResponse> |
getClearContractAdminMethod() |
static io.grpc.MethodDescriptor<terra.wasm.v1beta1.Tx.MsgExecuteContract,terra.wasm.v1beta1.Tx.MsgExecuteContractResponse> |
getExecuteContractMethod() |
static io.grpc.MethodDescriptor<terra.wasm.v1beta1.Tx.MsgInstantiateContract,terra.wasm.v1beta1.Tx.MsgInstantiateContractResponse> |
getInstantiateContractMethod() |
static io.grpc.MethodDescriptor<terra.wasm.v1beta1.Tx.MsgMigrateCode,terra.wasm.v1beta1.Tx.MsgMigrateCodeResponse> |
getMigrateCodeMethod() |
static io.grpc.MethodDescriptor<terra.wasm.v1beta1.Tx.MsgMigrateContract,terra.wasm.v1beta1.Tx.MsgMigrateContractResponse> |
getMigrateContractMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<terra.wasm.v1beta1.Tx.MsgStoreCode,terra.wasm.v1beta1.Tx.MsgStoreCodeResponse> |
getStoreCodeMethod() |
static io.grpc.MethodDescriptor<terra.wasm.v1beta1.Tx.MsgUpdateContractAdmin,terra.wasm.v1beta1.Tx.MsgUpdateContractAdminResponse> |
getUpdateContractAdminMethod() |
static MsgGrpc.MsgBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static MsgGrpc.MsgFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static MsgGrpc.MsgStub |
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.Tx.MsgStoreCode,terra.wasm.v1beta1.Tx.MsgStoreCodeResponse> getStoreCodeMethod()
public static io.grpc.MethodDescriptor<terra.wasm.v1beta1.Tx.MsgMigrateCode,terra.wasm.v1beta1.Tx.MsgMigrateCodeResponse> getMigrateCodeMethod()
public static io.grpc.MethodDescriptor<terra.wasm.v1beta1.Tx.MsgInstantiateContract,terra.wasm.v1beta1.Tx.MsgInstantiateContractResponse> getInstantiateContractMethod()
public static io.grpc.MethodDescriptor<terra.wasm.v1beta1.Tx.MsgExecuteContract,terra.wasm.v1beta1.Tx.MsgExecuteContractResponse> getExecuteContractMethod()
public static io.grpc.MethodDescriptor<terra.wasm.v1beta1.Tx.MsgMigrateContract,terra.wasm.v1beta1.Tx.MsgMigrateContractResponse> getMigrateContractMethod()
public static io.grpc.MethodDescriptor<terra.wasm.v1beta1.Tx.MsgUpdateContractAdmin,terra.wasm.v1beta1.Tx.MsgUpdateContractAdminResponse> getUpdateContractAdminMethod()
public static io.grpc.MethodDescriptor<terra.wasm.v1beta1.Tx.MsgClearContractAdmin,terra.wasm.v1beta1.Tx.MsgClearContractAdminResponse> getClearContractAdminMethod()
public static MsgGrpc.MsgStub newStub(io.grpc.Channel channel)
public static MsgGrpc.MsgBlockingStub newBlockingStub(io.grpc.Channel channel)
public static MsgGrpc.MsgFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()