Class MsgGrpc.MsgFutureStub

  • Enclosing class:
    MsgGrpc

    public static final class MsgGrpc.MsgFutureStub
    extends io.grpc.stub.AbstractFutureStub<MsgGrpc.MsgFutureStub>
     Msg defines the oracle Msg service.
     
    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

        io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected MsgGrpc.MsgFutureStub build​(io.grpc.Channel channel, io.grpc.CallOptions callOptions)  
      com.google.common.util.concurrent.ListenableFuture<terra.wasm.v1beta1.Tx.MsgClearContractAdminResponse> clearContractAdmin​(terra.wasm.v1beta1.Tx.MsgClearContractAdmin request)
      ClearContractAdmin remove admin flag from a smart contract
      com.google.common.util.concurrent.ListenableFuture<terra.wasm.v1beta1.Tx.MsgExecuteContractResponse> executeContract​(terra.wasm.v1beta1.Tx.MsgExecuteContract request)
      Execute submits the given message data to a smart contract
      com.google.common.util.concurrent.ListenableFuture<terra.wasm.v1beta1.Tx.MsgInstantiateContractResponse> instantiateContract​(terra.wasm.v1beta1.Tx.MsgInstantiateContract request)
      Instantiate creates a new smart contract instance for the given code id.
      com.google.common.util.concurrent.ListenableFuture<terra.wasm.v1beta1.Tx.MsgMigrateCodeResponse> migrateCode​(terra.wasm.v1beta1.Tx.MsgMigrateCode request)
      MigrateCode to submit new version Wasm code to the system
      com.google.common.util.concurrent.ListenableFuture<terra.wasm.v1beta1.Tx.MsgMigrateContractResponse> migrateContract​(terra.wasm.v1beta1.Tx.MsgMigrateContract request)
      Migrate runs a code upgrade/ downgrade for a smart contract
      com.google.common.util.concurrent.ListenableFuture<terra.wasm.v1beta1.Tx.MsgStoreCodeResponse> storeCode​(terra.wasm.v1beta1.Tx.MsgStoreCode request)
      StoreCode to submit Wasm code to the system
      com.google.common.util.concurrent.ListenableFuture<terra.wasm.v1beta1.Tx.MsgUpdateContractAdminResponse> updateContractAdmin​(terra.wasm.v1beta1.Tx.MsgUpdateContractAdmin request)
      UpdateContractAdmin sets a new admin for a smart contract
      • Methods inherited from class io.grpc.stub.AbstractFutureStub

        newStub, newStub
      • Methods inherited from class io.grpc.stub.AbstractStub

        getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
      • Methods inherited from class java.lang.Object

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

      • storeCode

        public com.google.common.util.concurrent.ListenableFuture<terra.wasm.v1beta1.Tx.MsgStoreCodeResponse> storeCode​(terra.wasm.v1beta1.Tx.MsgStoreCode request)
         StoreCode to submit Wasm code to the system
         
      • migrateCode

        public com.google.common.util.concurrent.ListenableFuture<terra.wasm.v1beta1.Tx.MsgMigrateCodeResponse> migrateCode​(terra.wasm.v1beta1.Tx.MsgMigrateCode request)
         MigrateCode to submit new version Wasm code to the system
         
      • instantiateContract

        public com.google.common.util.concurrent.ListenableFuture<terra.wasm.v1beta1.Tx.MsgInstantiateContractResponse> instantiateContract​(terra.wasm.v1beta1.Tx.MsgInstantiateContract request)
          Instantiate creates a new smart contract instance for the given code id.
         
      • executeContract

        public com.google.common.util.concurrent.ListenableFuture<terra.wasm.v1beta1.Tx.MsgExecuteContractResponse> executeContract​(terra.wasm.v1beta1.Tx.MsgExecuteContract request)
         Execute submits the given message data to a smart contract
         
      • migrateContract

        public com.google.common.util.concurrent.ListenableFuture<terra.wasm.v1beta1.Tx.MsgMigrateContractResponse> migrateContract​(terra.wasm.v1beta1.Tx.MsgMigrateContract request)
         Migrate runs a code upgrade/ downgrade for a smart contract
         
      • updateContractAdmin

        public com.google.common.util.concurrent.ListenableFuture<terra.wasm.v1beta1.Tx.MsgUpdateContractAdminResponse> updateContractAdmin​(terra.wasm.v1beta1.Tx.MsgUpdateContractAdmin request)
         UpdateContractAdmin sets a new admin for a smart contract
         
      • clearContractAdmin

        public com.google.common.util.concurrent.ListenableFuture<terra.wasm.v1beta1.Tx.MsgClearContractAdminResponse> clearContractAdmin​(terra.wasm.v1beta1.Tx.MsgClearContractAdmin request)
         ClearContractAdmin remove admin flag from a smart contract