estimateFee_Pre method
Future<EstimateFeeResponse>
estimateFee_Pre(
- ServiceCall $call,
- Future<
EstimateFeeRequest> $request
Implementation
$async.Future<$1.EstimateFeeResponse> estimateFee_Pre($grpc.ServiceCall $call,
$async.Future<$1.EstimateFeeRequest> $request) async {
return estimateFee($call, await $request);
}