onTransactionsFoundStream property

Stream that emits data when transactions of wallet founds

To update data of this stream, wallet must be refreshed via refresh.

Implementation

Stream<
  (
    List<TransactionWithData<TransactionAdditionalInfo?>>,
    TransactionsBatchInfo,
  )
>
get onTransactionsFoundStream => _onTransactionsFoundController.stream;