withdrawDelegatorReward_Pre method

Future<MsgWithdrawDelegatorRewardResponse> withdrawDelegatorReward_Pre(
  1. ServiceCall call,
  2. Future<MsgWithdrawDelegatorReward> request
)

Implementation

$async.Future<$1.MsgWithdrawDelegatorRewardResponse>
    withdrawDelegatorReward_Pre($grpc.ServiceCall call,
        $async.Future<$1.MsgWithdrawDelegatorReward> request) async {
  return withdrawDelegatorReward(call, await request);
}