listTransactions_Pre method
Future<FinalizedTransactions>
listTransactions_Pre(
- ServiceCall call,
- Future<
RequestEnvelope> request
Implementation
$async.Future<$0.FinalizedTransactions> listTransactions_Pre($grpc.ServiceCall call, $async.Future<$0.RequestEnvelope> request) async {
return listTransactions(call, await request);
}