wallet::CWallet::ListAddrBookFunc

Walk-through the address book entries. Stops when the provided 'ListAddrBookFunc' returns false.

Synopsis

Declared in <wallet/wallet.h>

using ListAddrBookFunc = std::function<void(CTxDestination const&, std::string const&, bool, std::optional<AddressPurpose> const)>;