[#wallet-CWallet-ListAddrBookAddresses] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::ListAddrBookAddresses :relfileprefix: ../../ :mrdocs: Filter and retrieve destinations stored in the addressbook == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[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 [cols="1,4"] |=== | Name| Description | *filter* | Optional filter restricting which entries are returned. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#