MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / ParseHexO

Function ParseHexO

src/rpc/util.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 return ParseHex(strHex);
138}
139std::vector<unsigned char> ParseHexO(const UniValue& o, std::string_view strKey)
140{
141 return ParseHexV(o.find_value(strKey), strKey);
142}
143
144namespace {
145

Callers 2

parse_univalue.cppFile · 0.85
ParsePrevoutsFunction · 0.85

Calls 1

ParseHexVFunction · 0.85

Tested by

no test coverage detected