countAllForAddress

abstract suspend fun countAllForAddress(address: String): Int

Count ALL UTXOs for an address (any state).

Used to check if database has any data for this address. Includes AVAILABLE, PENDING, and SPENT UTXOs.