Type alias IDiscoveryEvent

IDiscoveryEvent: TransactionRecord

Emitted by UtxoContext when detecting a new transaction during the initialization phase. Discovery transactions indicate that UTXOs have been discovered during the initial UTXO scan.

When receiving such notifications, the application should check its internal storage to see if the transaction already exists. If it doesn't, it should create a correspond in record and notify the user of a new transaction.

This event is emitted when an address has existing UTXO entries that may have been received during previous sessions or while the wallet was offline.

Generated using TypeDoc