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