Class MsgGrpc.MsgBlockingStub

  • Enclosing class:
    MsgGrpc

    public static final class MsgGrpc.MsgBlockingStub
    extends io.grpc.stub.AbstractBlockingStub<MsgGrpc.MsgBlockingStub>
     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.MsgBlockingStub build​(io.grpc.Channel channel, io.grpc.CallOptions callOptions)  
      terra.wasm.v1beta1.Tx.MsgClearContractAdminResponse clearContractAdmin​(terra.wasm.v1beta1.Tx.MsgClearContractAdmin request)
      ClearContractAdmin remove admin flag from a smart contract
      terra.wasm.v1beta1.Tx.MsgExecuteContractResponse executeContract​(terra.wasm.v1beta1.Tx.MsgExecuteContract request)
      Execute submits the given message data to a smart contract
      terra.wasm.v1beta1.Tx.MsgInstantiateContractResponse instantiateContract​(terra.wasm.v1beta1.Tx.MsgInstantiateContract request)
      Instantiate creates a new smart contract instance for the given code id.
      terra.wasm.v1beta1.Tx.MsgMigrateCodeResponse migrateCode​(terra.wasm.v1beta1.Tx.MsgMigrateCode request)
      MigrateCode to submit new version Wasm code to the system
      terra.wasm.v1beta1.Tx.MsgMigrateContractResponse migrateContract​(terra.wasm.v1beta1.Tx.MsgMigrateContract request)
      Migrate runs a code upgrade/ downgrade for a smart contract
      terra.wasm.v1beta1.Tx.MsgStoreCodeResponse storeCode​(terra.wasm.v1beta1.Tx.MsgStoreCode request)
      StoreCode to submit Wasm code to the system
      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.AbstractBlockingStub

        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 terra.wasm.v1beta1.Tx.MsgStoreCodeResponse storeCode​(terra.wasm.v1beta1.Tx.MsgStoreCode request)
         StoreCode to submit Wasm code to the system
         
      • migrateCode

        public terra.wasm.v1beta1.Tx.MsgMigrateCodeResponse migrateCode​(terra.wasm.v1beta1.Tx.MsgMigrateCode request)
         MigrateCode to submit new version Wasm code to the system
         
      • instantiateContract

        public 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 terra.wasm.v1beta1.Tx.MsgExecuteContractResponse executeContract​(terra.wasm.v1beta1.Tx.MsgExecuteContract request)
         Execute submits the given message data to a smart contract
         
      • migrateContract

        public terra.wasm.v1beta1.Tx.MsgMigrateContractResponse migrateContract​(terra.wasm.v1beta1.Tx.MsgMigrateContract request)
         Migrate runs a code upgrade/ downgrade for a smart contract
         
      • updateContractAdmin

        public terra.wasm.v1beta1.Tx.MsgUpdateContractAdminResponse updateContractAdmin​(terra.wasm.v1beta1.Tx.MsgUpdateContractAdmin request)
         UpdateContractAdmin sets a new admin for a smart contract
         
      • clearContractAdmin

        public terra.wasm.v1beta1.Tx.MsgClearContractAdminResponse clearContractAdmin​(terra.wasm.v1beta1.Tx.MsgClearContractAdmin request)
         ClearContractAdmin remove admin flag from a smart contract