transactionStream property

Stream<(TransactionTime, Transaction)> transactionStream

listen to this stream to get notified when the transaction applies.

Implementation

Stream<(TransactionTime, Transaction)> get transactionStream =>
    _observer.stream;