Invoke a callback for each address book entry until it returns false.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7ff3720f0408), requires_capability(0x7ff365f20408), requires_capability(0x7ff35de5edb8), requires_capability(0x7ff35efe3898), requires_capability(0x7ff366fcfe78)]]
void
ForEachAddrBookEntry(ListAddrBookFunc const& func) const;

Parameters

Name

Description

func

The callback invoked per entry.

Created with MrDocs