Open
Description
Right now if users want to know if a transaction was removed from the chain, or dropped from the mempool, they need to compare two versions of list_unspent
obtained in different moments.
We should investigate if we can provide some method to do this on our end.
The use case for this is: a user just synced with the backend, wants to know which transactions disappeared.
Edit: this can be further generalized to be a way to notify users when transactions/utxos change state (confirmation, drop from mempool, reorg, but also replacement, etc)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Discussion