User should have a way to know that a transaction changed its state #1350
Labels
api
A breaking API change
discussion
There's still a discussion ongoing
module-blockchain
module-wallet
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)
The text was updated successfully, but these errors were encountered: