[#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(0x7f94fde058d8), requires_capability(0x7f95061a8618), requires_capability(0x7f94f2b79128), requires_capability(0x7f94f0cf7db8), requires_capability(0x7f94fee3a7a8)]] 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]#