Package cosmos.distribution.v1beta1
Class MsgGrpc.MsgStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<MsgGrpc.MsgStub>
-
- cosmos.distribution.v1beta1.MsgGrpc.MsgStub
-
- Enclosing class:
- MsgGrpc
public static final class MsgGrpc.MsgStub extends io.grpc.stub.AbstractAsyncStub<MsgGrpc.MsgStub>
Msg defines the distribution Msg service.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MsgGrpc.MsgStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidfundCommunityPool(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.voidsetWithdrawAddress(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).voidwithdrawDelegatorReward(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.voidwithdrawValidatorCommission(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.
-
-
-
Method Detail
-
build
protected MsgGrpc.MsgStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<MsgGrpc.MsgStub>
-
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.
-
-