Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ operator()
Method
operator()
src/rpc/util.cpp:279–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
explicit DescribeAddressVisitor() {}
278
279
UniValue operator()(const CNoDestination& dest) const
280
{
281
return UniValue(UniValue::VOBJ);
282
}
283
284
UniValue operator()(const PKHash& keyID) const
285
{
Callers
nothing calls this directly
Calls
3
UniValue
Class · 0.70
HexStr
Function · 0.50
pushKV
Method · 0.45
Tested by
no test coverage detected