hasCachedState

suspend fun hasCachedState(address: String): Boolean

Check if cached dust state exists for an address.

Use Case: Before doing expensive blockchain sync, check if we already have dust state. This avoids blocking transactions with 5-10 minute sync operations.

Return

true if cached state exists, false otherwise

Parameters

address

Wallet address