observeTransfers_Pre method
Stream<FinalizedTransactions>
observeTransfers_Pre(
- ServiceCall call,
- Future<
RequestEnvelope> request
Implementation
$async.Stream<$0.FinalizedTransactions> observeTransfers_Pre($grpc.ServiceCall call, $async.Future<$0.RequestEnvelope> request) async* {
yield* observeTransfers(call, await request);
}