Skip to content

User should have a way to know that a transaction changed its state #104

Open
@danielabrozzoni

Description

@danielabrozzoni

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

No one assigned

    Labels

    apiA breaking API change

    Type

    No type

    Projects

    Status

    Discussion

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions