countUnspent

abstract suspend fun countUnspent(address: String): Int

Count available UTXOs for an address (for debugging).

Only counts AVAILABLE UTXOs (not PENDING or SPENT).