Package cosmos.distribution.v1beta1
Class MsgGrpc.MsgBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<MsgGrpc.MsgBlockingStub>
-
- cosmos.distribution.v1beta1.MsgGrpc.MsgBlockingStub
-
- Enclosing class:
- MsgGrpc
public static final class MsgGrpc.MsgBlockingStub extends io.grpc.stub.AbstractBlockingStub<MsgGrpc.MsgBlockingStub>
Msg defines the distribution Msg service.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MsgGrpc.MsgBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)cosmos.distribution.v1beta1.Tx.MsgFundCommunityPoolResponsefundCommunityPool(cosmos.distribution.v1beta1.Tx.MsgFundCommunityPool request)FundCommunityPool defines a method to allow an account to directly fund the community pool.cosmos.distribution.v1beta1.Tx.MsgSetWithdrawAddressResponsesetWithdrawAddress(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.MsgWithdrawDelegatorRewardResponsewithdrawDelegatorReward(cosmos.distribution.v1beta1.Tx.MsgWithdrawDelegatorReward request)WithdrawDelegatorReward defines a method to withdraw rewards of delegator from a single validator.cosmos.distribution.v1beta1.Tx.MsgWithdrawValidatorCommissionResponsewithdrawValidatorCommission(cosmos.distribution.v1beta1.Tx.MsgWithdrawValidatorCommission request)WithdrawValidatorCommission defines a method to withdraw the full commission to the validator address.
-
-
-
Method Detail
-
build
protected MsgGrpc.MsgBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<MsgGrpc.MsgBlockingStub>
-
setWithdrawAddress
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).
-
withdrawDelegatorReward
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.
-
withdrawValidatorCommission
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.
-
fundCommunityPool
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.
-
-