[#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(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 [cols="1,4"] |=== | Name| Description | *filter* | Optional filter restricting which entries are returned. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#