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