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

Function ParseHashO

src/rpc/server.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 return result;
130}
131uint256 ParseHashO(const UniValue& o, std::string strKey)
132{
133 return ParseHashV(find_value(o, strKey), strKey);
134}
135std::vector<unsigned char> ParseHexV(const UniValue& v, std::string strName)
136{
137 std::string strHex;

Callers 2

ConstructTransactionFunction · 0.85
SignTransactionFunction · 0.85

Calls 1

ParseHashVFunction · 0.85

Tested by

no test coverage detected