Retrieve all the known labels in the address book

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7f2e1e598ee8), requires_capability(0x7f2e11aa9ca8), requires_capability(0x7f2e169ffa98), requires_capability(0x7f2e15f2ef38), requires_capability(0x7f2e12c6dbc8)]]
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