queryDustEvents

abstract suspend fun queryDustEvents(maxBlocks: Int = 100): String

Query all dust events via WebSocket subscription.

Subscribes to dustLedgerEvents, collects all events until caught up to chain tip, then returns combined SCALE-encoded hex that can be replayed into DustLocalState.

Return

Combined SCALE hex string of all dust events, sorted by ID

Parameters

maxBlocks

Unused (kept for backward compatibility). All events are streamed.