forEachTxByAddress

open override fun forEachTxByAddress(addr: PayAddress, doit: (TransactionHistory) -> Boolean)

Wallet history iterator, of a particular address.

Parameters

addr

Select transactions involving this address

doit

tx history processor. Return true if you are done.