getAllUtxosForAddress

abstract suspend fun getAllUtxosForAddress(address: String): List<UnshieldedUtxoEntity>

Get ALL UTXOs for an address (any state).

Used for debugging to see full database state.