fetchTransaction_Pre method
Future<FetchTransactionRes>
fetchTransaction_Pre(
- ServiceCall call,
- Future<
FetchTransactionReq> request
Implementation
$async.Future<$1.FetchTransactionRes> fetchTransaction_Pre(
$grpc.ServiceCall call,
$async.Future<$1.FetchTransactionReq> request) async {
return fetchTransaction(call, await request);
}