MCPcopy Create free account
hub / github.com/ElementsProject/elements / ParseHexO

Function ParseHexO

src/rpc/util.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 return ParseHex(strHex);
126}
127std::vector<unsigned char> ParseHexO(const UniValue& o, std::string strKey)
128{
129 return ParseHexV(find_value(o, strKey), strKey);
130}
131
132namespace {
133

Callers 2

FUZZ_TARGET_INITFunction · 0.85
ParsePrevoutsFunction · 0.85

Calls 1

ParseHexVFunction · 0.85

Tested by 1

FUZZ_TARGET_INITFunction · 0.68