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