forEachUtxo

abstract fun forEachUtxo(doit: (Spendable) -> Boolean)

Wallet UTXO iterator.

UTXOs cached in the RAM are returned first. Your callback should return true to exit early from the loop.

Return

True to stop searching.