Type alias IReorgEvent

IReorgEvent: TransactionRecord

Emitted by UtxoContext when detecting a reorg transaction condition. A transaction is considered reorg if it has been removed from the UTXO set as a part of the network reorg process. Transactions notified with this event should be considered as invalid and should be removed from the application state. Associated UTXOs will be automatically removed from the UtxoContext state.

Generated using TypeDoc