MCPcopy Create free account
hub / github.com/LUX-Core/lux / ParseHexO

Function ParseHexO

src/rpcserver.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 return ParseHex(strHex);
152}
153vector<unsigned char> ParseHexO(const UniValue& o, string strKey)
154{
155 return ParseHexV(find_value(o, strKey), strKey);
156}
157
158
159/**

Callers 1

signrawtransactionFunction · 0.85

Calls 1

ParseHexVFunction · 0.85

Tested by

no test coverage detected