Filter and retrieve destinations stored in the addressbook
Declared in <wallet/wallet.h>
[[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;
The matching destinations.
| Name | Description |
|---|---|
| filter | Optional filter restricting which entries are returned. |