Class MsgGrpc.MsgFutureStub

  • Enclosing class:
    MsgGrpc

    public static final class MsgGrpc.MsgFutureStub
    extends io.grpc.stub.AbstractFutureStub<MsgGrpc.MsgFutureStub>
     Msg defines the staking 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
      com.google.common.util.concurrent.ListenableFuture<cosmos.staking.v1beta1.Tx.MsgBeginRedelegateResponse> beginRedelegate​(cosmos.staking.v1beta1.Tx.MsgBeginRedelegate request)
      BeginRedelegate defines a method for performing a redelegation of coins from a delegator and source validator to a destination validator.
      protected MsgGrpc.MsgFutureStub build​(io.grpc.Channel channel, io.grpc.CallOptions callOptions)  
      com.google.common.util.concurrent.ListenableFuture<cosmos.staking.v1beta1.Tx.MsgCreateValidatorResponse> createValidator​(cosmos.staking.v1beta1.Tx.MsgCreateValidator request)
      CreateValidator defines a method for creating a new validator.
      com.google.common.util.concurrent.ListenableFuture<cosmos.staking.v1beta1.Tx.MsgDelegateResponse> delegate​(cosmos.staking.v1beta1.Tx.MsgDelegate request)
      Delegate defines a method for performing a delegation of coins from a delegator to a validator.
      com.google.common.util.concurrent.ListenableFuture<cosmos.staking.v1beta1.Tx.MsgEditValidatorResponse> editValidator​(cosmos.staking.v1beta1.Tx.MsgEditValidator request)
      EditValidator defines a method for editing an existing validator.
      com.google.common.util.concurrent.ListenableFuture<cosmos.staking.v1beta1.Tx.MsgUndelegateResponse> undelegate​(cosmos.staking.v1beta1.Tx.MsgUndelegate request)
      Undelegate defines a method for performing an undelegation from a delegate and a validator.
      • 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

      • createValidator

        public com.google.common.util.concurrent.ListenableFuture<cosmos.staking.v1beta1.Tx.MsgCreateValidatorResponse> createValidator​(cosmos.staking.v1beta1.Tx.MsgCreateValidator request)
         CreateValidator defines a method for creating a new validator.
         
      • editValidator

        public com.google.common.util.concurrent.ListenableFuture<cosmos.staking.v1beta1.Tx.MsgEditValidatorResponse> editValidator​(cosmos.staking.v1beta1.Tx.MsgEditValidator request)
         EditValidator defines a method for editing an existing validator.
         
      • delegate

        public com.google.common.util.concurrent.ListenableFuture<cosmos.staking.v1beta1.Tx.MsgDelegateResponse> delegate​(cosmos.staking.v1beta1.Tx.MsgDelegate request)
         Delegate defines a method for performing a delegation of coins
         from a delegator to a validator.
         
      • beginRedelegate

        public com.google.common.util.concurrent.ListenableFuture<cosmos.staking.v1beta1.Tx.MsgBeginRedelegateResponse> beginRedelegate​(cosmos.staking.v1beta1.Tx.MsgBeginRedelegate request)
         BeginRedelegate defines a method for performing a redelegation
         of coins from a delegator and source validator to a destination validator.
         
      • undelegate

        public com.google.common.util.concurrent.ListenableFuture<cosmos.staking.v1beta1.Tx.MsgUndelegateResponse> undelegate​(cosmos.staking.v1beta1.Tx.MsgUndelegate request)
         Undelegate defines a method for performing an undelegation from a
         delegate and a validator.