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

Function ParseHashO

src/rpcserver.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 return result;
141}
142uint256 ParseHashO(const UniValue& o, string strKey)
143{
144 return ParseHashV(find_value(o, strKey), strKey);
145}
146vector<unsigned char> ParseHexV(const UniValue& v, string strName)
147{
148 string strHex;

Callers 2

createrawtransactionFunction · 0.85
signrawtransactionFunction · 0.85

Calls 1

ParseHashVFunction · 0.85

Tested by

no test coverage detected