withdrawDelegatorReward method
ResponseFuture<MsgWithdrawDelegatorRewardResponse>
withdrawDelegatorReward(
- MsgWithdrawDelegatorReward request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.MsgWithdrawDelegatorRewardResponse>
withdrawDelegatorReward($1.MsgWithdrawDelegatorReward request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$withdrawDelegatorReward, request,
options: options);
}