Parse a JSON range specified as an int64 or as a [int64, int64]pair.
Declared in <rpc/util.h>
std::pair<int64_t, int64_t>
ParseDescriptorRange(UniValue const& value);
The parsed (begin, end) range.
| Name | Description |
|---|---|
| value | The range as a JSON number or two-element array. |