MCPcopy 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

UniValueClass · 0.70
HexStrFunction · 0.50
pushKVMethod · 0.45

Tested by

no test coverage detected