Class MsgGrpc.MsgBlockingStub

  • Enclosing class:
    MsgGrpc

    public static final class MsgGrpc.MsgBlockingStub
    extends io.grpc.stub.AbstractBlockingStub<MsgGrpc.MsgBlockingStub>
     Msg defines the distribution 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)  
      cosmos.distribution.v1beta1.Tx.MsgFundCommunityPoolResponse fundCommunityPool​(cosmos.distribution.v1beta1.Tx.MsgFundCommunityPool request)
      FundCommunityPool defines a method to allow an account to directly fund the community pool.
      cosmos.distribution.v1beta1.Tx.MsgSetWithdrawAddressResponse setWithdrawAddress​(cosmos.distribution.v1beta1.Tx.MsgSetWithdrawAddress request)
      SetWithdrawAddress defines a method to change the withdraw address for a delegator (or validator self-delegation).
      cosmos.distribution.v1beta1.Tx.MsgWithdrawDelegatorRewardResponse withdrawDelegatorReward​(cosmos.distribution.v1beta1.Tx.MsgWithdrawDelegatorReward request)
      WithdrawDelegatorReward defines a method to withdraw rewards of delegator from a single validator.
      cosmos.distribution.v1beta1.Tx.MsgWithdrawValidatorCommissionResponse withdrawValidatorCommission​(cosmos.distribution.v1beta1.Tx.MsgWithdrawValidatorCommission request)
      WithdrawValidatorCommission defines a method to withdraw the full commission to the validator address.
      • 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

      • setWithdrawAddress

        public cosmos.distribution.v1beta1.Tx.MsgSetWithdrawAddressResponse setWithdrawAddress​(cosmos.distribution.v1beta1.Tx.MsgSetWithdrawAddress request)
         SetWithdrawAddress defines a method to change the withdraw address
         for a delegator (or validator self-delegation).
         
      • withdrawDelegatorReward

        public cosmos.distribution.v1beta1.Tx.MsgWithdrawDelegatorRewardResponse withdrawDelegatorReward​(cosmos.distribution.v1beta1.Tx.MsgWithdrawDelegatorReward request)
         WithdrawDelegatorReward defines a method to withdraw rewards of delegator
         from a single validator.
         
      • withdrawValidatorCommission

        public cosmos.distribution.v1beta1.Tx.MsgWithdrawValidatorCommissionResponse withdrawValidatorCommission​(cosmos.distribution.v1beta1.Tx.MsgWithdrawValidatorCommission request)
         WithdrawValidatorCommission defines a method to withdraw the
         full commission to the validator address.
         
      • fundCommunityPool

        public cosmos.distribution.v1beta1.Tx.MsgFundCommunityPoolResponse fundCommunityPool​(cosmos.distribution.v1beta1.Tx.MsgFundCommunityPool request)
         FundCommunityPool defines a method to allow an account to directly
         fund the community pool.