forEachTxo

open override fun forEachTxo(doit: (Spendable) -> Boolean)

Wallet TXO iterator. Your callback should return true to exit early from the loop.

Parameters

doit

returns true if it is finished (abort the loop)