DustEvent
Dust-related blockchain events from Midnight indexer.
Event Types:
DustInitialUtxo: New dust UTXO registered (Night → Dust registration)DustSpendProcessed: Dust spent for transaction feeDustGenerationDtimeUpdate: Dust generation time updated
Processing: Events are SCALE-encoded in RawLedgerEvent.rawHex and need to be:
Filtered to dust events only
Decoded from hex
Replayed into DustLocalState
Reference: /midnight-ledger/ledger/src/events.rs - Event enum definition