[#wallet-LabelFromValue] = xref:wallet.adoc[wallet]::LabelFromValue :relfileprefix: ../ :mrdocs: Validates and extracts an address label from an RPC value. == Synopsis Declared in `<wallet/rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string LabelFromValue(xref:UniValue.adoc[UniValue] const& value); ---- == Return Value The label as a string. == Parameters [cols="1,4"] |=== | Name| Description | *value* | The RPC value holding the label. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#