Parse a hex-encoded hash from a UniValue, throwing an RPC error if it is not valid hex.
Declared in <rpc/util.h>
<rpc/util.h>
uint256 ParseHashV( UniValue const& v, std::string_view name);
The parsed 256-bit hash.