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

Function ParseHashO

src/rpcserver.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

createrawtransactionFunction · 0.85
signrawtransactionFunction · 0.85

Calls 1

ParseHashVFunction · 0.85

Tested by

no test coverage detected