Validates and extracts an address label from an RPC value.
Synopsis
Declared in <wallet/rpc/util.h>
std::string
LabelFromValue(UniValue const& value);
Return Value
The label as a string.
Parameters
Name |
Description |
value |
The RPC value holding the label. |
Created with MrDocs