withdrawDelegatorReward method

ResponseFuture<MsgWithdrawDelegatorRewardResponse> withdrawDelegatorReward(
  1. MsgWithdrawDelegatorReward request, {
  2. CallOptions? options,
})

Implementation

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