getIndexedTransactions_Pre method
Stream<TransactionResponse>
getIndexedTransactions_Pre(
- ServiceCall call,
- Future<
GetIndexedTransactionsRequest> request
Implementation
$async.Stream<$0.TransactionResponse> getIndexedTransactions_Pre(
$grpc.ServiceCall call,
$async.Future<$0.GetIndexedTransactionsRequest> request) async* {
yield* getIndexedTransactions(call, await request);
}