Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ ParseHexO
Function
ParseHexO
src/rpc/util.cpp:139–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
return ParseHex(strHex);
138
}
139
std::vector<unsigned char> ParseHexO(const UniValue& o, std::string_view strKey)
140
{
141
return ParseHexV(o.find_value(strKey), strKey);
142
}
143
144
namespace {
145
Callers
2
parse_univalue.cpp
File · 0.85
ParsePrevouts
Function · 0.85
Calls
1
ParseHexV
Function · 0.85
Tested by
no test coverage detected