public static final class MsgGrpc.MsgBlockingStub extends io.grpc.stub.AbstractBlockingStub<MsgGrpc.MsgBlockingStub>
Msg defines the distribution Msg service.
| Modifier and Type | Method and 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.
|
protected MsgGrpc.MsgBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<MsgGrpc.MsgBlockingStub>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).
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.
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.
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.