Retrieve all the known labels in the address book

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7ff3720f0348), requires_capability(0x7ff365f20348), requires_capability(0x7ff35de5ecf8), requires_capability(0x7ff35efe37d8), requires_capability(0x7ff366fcfdb8)]]
std::set<std::string>
ListAddrBookLabels(std::optional<AddressPurpose> purpose) const;

Return Value

The set of known labels.

Parameters

Name

Description

purpose

Optional purpose to restrict which labels are returned.

Created with MrDocs