wallet::CWallet::ListAddrBookAddresses

Filter and retrieve destinations stored in the addressbook

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7ff3720f0288), requires_capability(0x7ff365f20288), requires_capability(0x7ff35de5ec38), requires_capability(0x7ff35efe3718), requires_capability(0x7ff366fcfcf8)]]
std::vector<CTxDestination>
ListAddrBookAddresses(std::optional<AddrBookFilter> const& filter) const;

Return Value

The matching destinations.

Parameters

NameDescription
filterOptional filter restricting which entries are returned.