MCPcopy Create free account
hub / github.com/ElementsProject/elements / operator()

Method operator()

src/rpc/util.cpp:1140–1140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1138 explicit DescribeBlindAddressVisitor() {}
1139
1140 UniValue operator()(const CNoDestination& dest) const { return UniValue(UniValue::VOBJ); }
1141
1142 UniValue operator()(const PKHash& pkhash) const
1143 {

Callers

nothing calls this directly

Calls 6

IsBlindDestinationFunction · 0.85
EncodeDestinationFunction · 0.85
UniValueClass · 0.70
CPubKeyClass · 0.70
HexStrFunction · 0.50
pushKVMethod · 0.45

Tested by

no test coverage detected