[#ParseDescriptorRange] = ParseDescriptorRange :mrdocs: Parse a JSON range specified as an int64 or as a [int64, int64]pair. == Synopsis Declared in `<rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::pair<int64_t, int64_t> ParseDescriptorRange(xref:UniValue.adoc[UniValue] const& value); ---- == Return Value The parsed (begin, end) range. == Parameters [cols="1,4"] |=== | Name| Description | *value* | The range as a JSON number or two‐element array. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#