clearAllSyncState

suspend fun clearAllSyncState()

Clear all sync state (for all addresses).

Used for full wallet reset.

⚠️ WARNING: This clears the ENTIRE "sync_state" DataStore. Never store non-sync-related data in this DataStore, as it will be deleted by this method. The DataStore is dedicated to sync progress tracking only.