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

Function ParseHexO

src/rpc/core/rpcserver.cpp:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 return ParseHex(strHex);
145}
146vector<unsigned char> ParseHexO(const Object& o, string strKey) {
147 return ParseHexV(find_value(o, strKey), strKey);
148}
149
150///
151/// Note: This interface may still be subject to change.

Callers

nothing calls this directly

Calls 1

ParseHexVFunction · 0.85

Tested by

no test coverage detected