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