confirmDustActions

Confirms dust actions (marks coins as spent after transaction success).

When to call:

  • Transaction successfully confirmed on blockchain

Current Implementation: No-op for MVP. DustLocalState already updated when spends were created. State was saved in buildDustActions(), so spent UTXOs are already removed.

Future Enhancement: Track SPENT state in database for transaction history display.

Parameters

actions

DustActions to confirm