estimateFee_Pre method

Future<EstimateFeeResponse> estimateFee_Pre(
  1. ServiceCall $call,
  2. Future<EstimateFeeRequest> $request
)

Implementation

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