Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ ParseHexO
Function
ParseHexO
src/rpcserver.cpp:153–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
return ParseHex(strHex);
152
}
153
vector<unsigned char> ParseHexO(const UniValue& o, string strKey)
154
{
155
return ParseHexV(find_value(o, strKey), strKey);
156
}
157
158
159
/**
Callers
1
signrawtransaction
Function · 0.85
Calls
1
ParseHexV
Function · 0.85
Tested by
no test coverage detected