Filter and retrieve destinations stored in the addressbook

Synopsis

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;

Return Value

The matching destinations.

Parameters

Name

Description

filter

Optional filter restricting which entries are returned.

Created with MrDocs