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

Function ParseHexO

src/rpc/server.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 return ParseHex(strHex);
143}
144std::vector<unsigned char> ParseHexO(const UniValue& o, std::string strKey)
145{
146 return ParseHexV(find_value(o, strKey), strKey);
147}
148
149/**
150 * Note: This interface may still be subject to change.

Callers 1

SignTransactionFunction · 0.85

Calls 1

ParseHexVFunction · 0.85

Tested by

no test coverage detected