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

Function ParseHexO

src/rpcserver.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 return ParseHex(strHex);
154}
155vector<unsigned char> ParseHexO(const UniValue& o, string strKey)
156{
157 return ParseHexV(find_value(o, strKey), strKey);
158}
159
160/**
161 * Note: This interface may still be subject to change.

Callers 1

signrawtransactionFunction · 0.85

Calls 1

ParseHexVFunction · 0.85

Tested by

no test coverage detected