wallet::CWallet::ListAddrBookAddresses

Filter and retrieve destinations stored in the addressbook

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7f2e1e598e28), requires_capability(0x7f2e11aa9be8), requires_capability(0x7f2e169ff9d8), requires_capability(0x7f2e15f2ee78), requires_capability(0x7f2e12c6db08)]]
std::vector<CTxDestination>
ListAddrBookAddresses(std::optional<AddrBookFilter> const& filter) const;

Return Value

The matching destinations.

Parameters

NameDescription
filterOptional filter restricting which entries are returned.