Class MsgGrpc.MsgImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    MsgGrpc

    public abstract static class MsgGrpc.MsgImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Msg defines the distribution Msg service.
     
    • Constructor Summary

      Constructors 
      Constructor Description
      MsgImplBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.grpc.ServerServiceDefinition bindService()  
      void fundCommunityPool​(cosmos.distribution.v1beta1.Tx.MsgFundCommunityPool request, io.grpc.stub.StreamObserver<cosmos.distribution.v1beta1.Tx.MsgFundCommunityPoolResponse> responseObserver)
      FundCommunityPool defines a method to allow an account to directly fund the community pool.
      void setWithdrawAddress​(cosmos.distribution.v1beta1.Tx.MsgSetWithdrawAddress request, io.grpc.stub.StreamObserver<cosmos.distribution.v1beta1.Tx.MsgSetWithdrawAddressResponse> responseObserver)
      SetWithdrawAddress defines a method to change the withdraw address for a delegator (or validator self-delegation).
      void withdrawDelegatorReward​(cosmos.distribution.v1beta1.Tx.MsgWithdrawDelegatorReward request, io.grpc.stub.StreamObserver<cosmos.distribution.v1beta1.Tx.MsgWithdrawDelegatorRewardResponse> responseObserver)
      WithdrawDelegatorReward defines a method to withdraw rewards of delegator from a single validator.
      void withdrawValidatorCommission​(cosmos.distribution.v1beta1.Tx.MsgWithdrawValidatorCommission request, io.grpc.stub.StreamObserver<cosmos.distribution.v1beta1.Tx.MsgWithdrawValidatorCommissionResponse> responseObserver)
      WithdrawValidatorCommission defines a method to withdraw the full commission to the validator address.
      • Methods inherited from class java.lang.Object

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

      • MsgImplBase

        public MsgImplBase()
    • Method Detail

      • setWithdrawAddress

        public void setWithdrawAddress​(cosmos.distribution.v1beta1.Tx.MsgSetWithdrawAddress request,
                                       io.grpc.stub.StreamObserver<cosmos.distribution.v1beta1.Tx.MsgSetWithdrawAddressResponse> responseObserver)
         SetWithdrawAddress defines a method to change the withdraw address
         for a delegator (or validator self-delegation).
         
      • withdrawDelegatorReward

        public void withdrawDelegatorReward​(cosmos.distribution.v1beta1.Tx.MsgWithdrawDelegatorReward request,
                                            io.grpc.stub.StreamObserver<cosmos.distribution.v1beta1.Tx.MsgWithdrawDelegatorRewardResponse> responseObserver)
         WithdrawDelegatorReward defines a method to withdraw rewards of delegator
         from a single validator.
         
      • withdrawValidatorCommission

        public void withdrawValidatorCommission​(cosmos.distribution.v1beta1.Tx.MsgWithdrawValidatorCommission request,
                                                io.grpc.stub.StreamObserver<cosmos.distribution.v1beta1.Tx.MsgWithdrawValidatorCommissionResponse> responseObserver)
         WithdrawValidatorCommission defines a method to withdraw the
         full commission to the validator address.
         
      • fundCommunityPool

        public void fundCommunityPool​(cosmos.distribution.v1beta1.Tx.MsgFundCommunityPool request,
                                      io.grpc.stub.StreamObserver<cosmos.distribution.v1beta1.Tx.MsgFundCommunityPoolResponse> responseObserver)
         FundCommunityPool defines a method to allow an account to directly
         fund the community pool.
         
      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService