Filter and retrieve destinations stored in the addressbook
Synopsis
Declared in <wallet/wallet.h>
[[requires_capability(0x7fbc76bfdc38), requires_capability(0x7fbc81b775f8), requires_capability(0x7fbc7e015478), requires_capability(0x7fbc7e244928), requires_capability(0x7fbc8e715568)]]
std::vector<CTxDestination>
ListAddrBookAddresses(std::optional<AddrBookFilter> const& filter) const;
Return Value
The matching destinations.
Parameters
Name |
Description |
filter |
Optional filter restricting which entries are returned. |
Created with MrDocs