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