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

Method operator()

src/script/standard.cpp:298–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296{
297public:
298 CScript operator()(const CNoDestination& dest) const
299 {
300 return CScript();
301 }
302
303 CScript operator()(const PKHash& keyID) const
304 {

Callers

nothing calls this directly

Calls 2

ToByteVectorFunction · 0.85
CScriptClass · 0.70

Tested by

no test coverage detected