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