MCPcopy Create free account
hub / github.com/ElementsProject/elements / ParseHashO

Function ParseHashO

src/rpc/util.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 return uint256S(strHex);
113}
114uint256 ParseHashO(const UniValue& o, std::string strKey)
115{
116 return ParseHashV(find_value(o, strKey), strKey);
117}
118std::vector<unsigned char> ParseHexV(const UniValue& v, std::string strName)
119{
120 std::string strHex;

Callers 5

lockunspentFunction · 0.85
FundTransactionFunction · 0.85
FUZZ_TARGET_INITFunction · 0.85
ConstructTransactionFunction · 0.85
ParsePrevoutsFunction · 0.85

Calls 1

ParseHashVFunction · 0.85

Tested by 1

FUZZ_TARGET_INITFunction · 0.68