Class MsgGrpc


  • public final class MsgGrpc
    extends java.lang.Object
     Msg defines the oracle Msg service.
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SERVICE_NAME  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getStoreCodeMethod

        public static io.grpc.MethodDescriptor<terra.wasm.v1beta1.Tx.MsgStoreCode,​terra.wasm.v1beta1.Tx.MsgStoreCodeResponse> getStoreCodeMethod()
      • getMigrateCodeMethod

        public static io.grpc.MethodDescriptor<terra.wasm.v1beta1.Tx.MsgMigrateCode,​terra.wasm.v1beta1.Tx.MsgMigrateCodeResponse> getMigrateCodeMethod()
      • getInstantiateContractMethod

        public static io.grpc.MethodDescriptor<terra.wasm.v1beta1.Tx.MsgInstantiateContract,​terra.wasm.v1beta1.Tx.MsgInstantiateContractResponse> getInstantiateContractMethod()
      • getExecuteContractMethod

        public static io.grpc.MethodDescriptor<terra.wasm.v1beta1.Tx.MsgExecuteContract,​terra.wasm.v1beta1.Tx.MsgExecuteContractResponse> getExecuteContractMethod()
      • getMigrateContractMethod

        public static io.grpc.MethodDescriptor<terra.wasm.v1beta1.Tx.MsgMigrateContract,​terra.wasm.v1beta1.Tx.MsgMigrateContractResponse> getMigrateContractMethod()
      • getUpdateContractAdminMethod

        public static io.grpc.MethodDescriptor<terra.wasm.v1beta1.Tx.MsgUpdateContractAdmin,​terra.wasm.v1beta1.Tx.MsgUpdateContractAdminResponse> getUpdateContractAdminMethod()
      • getClearContractAdminMethod

        public static io.grpc.MethodDescriptor<terra.wasm.v1beta1.Tx.MsgClearContractAdmin,​terra.wasm.v1beta1.Tx.MsgClearContractAdminResponse> getClearContractAdminMethod()
      • newStub

        public static MsgGrpc.MsgStub newStub​(io.grpc.Channel channel)
        Creates a new async stub that supports all call types for the service
      • newBlockingStub

        public static MsgGrpc.MsgBlockingStub newBlockingStub​(io.grpc.Channel channel)
        Creates a new blocking-style stub that supports unary and streaming output calls on the service
      • newFutureStub

        public static MsgGrpc.MsgFutureStub newFutureStub​(io.grpc.Channel channel)
        Creates a new ListenableFuture-style stub that supports unary calls on the service
      • getServiceDescriptor

        public static io.grpc.ServiceDescriptor getServiceDescriptor()