public static final class MsgGrpc.MsgFutureStub extends io.grpc.stub.AbstractFutureStub<MsgGrpc.MsgFutureStub>
Msg defines the distribution Msg service.
| Modifier and Type | Method and Description |
|---|---|
protected MsgGrpc.MsgFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<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.
|
com.google.common.util.concurrent.ListenableFuture<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).
|
com.google.common.util.concurrent.ListenableFuture<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.
|
com.google.common.util.concurrent.ListenableFuture<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.
|
protected MsgGrpc.MsgFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<MsgGrpc.MsgFutureStub>public com.google.common.util.concurrent.ListenableFuture<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).
public com.google.common.util.concurrent.ListenableFuture<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.
public com.google.common.util.concurrent.ListenableFuture<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.
public com.google.common.util.concurrent.ListenableFuture<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.