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

Method operator()

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

Source from the content-addressed store, hash-verified

1083 explicit BlindingPubkeyVisitor() {}
1084
1085 CPubKey operator()(const CNoDestination& dest) const
1086 {
1087 return CPubKey();
1088 }
1089
1090 CPubKey operator()(const PKHash& keyID) const
1091 {

Callers

nothing calls this directly

Calls 1

CPubKeyClass · 0.70

Tested by

no test coverage detected