Retrieve all the known labels in the address book
Synopsis
Declared in <wallet/wallet.h>
[[requires_capability(0x7fbc76bfdcf8), requires_capability(0x7fbc81b776b8), requires_capability(0x7fbc7e015538), requires_capability(0x7fbc7e2449e8), requires_capability(0x7fbc8e715628)]]
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