MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / GetCScript

Method GetCScript

src/script/sign.cpp:669–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667}
668
669bool PublicOnlySigningProvider::GetCScript(const CScriptID &scriptid, CScript& script) const
670{
671 return m_provider->GetCScript(scriptid, script);
672}
673
674bool PublicOnlySigningProvider::GetPubKey(const CKeyID &address, CPubKey& pubkey) const
675{

Callers 7

operator()Method · 0.45
listunspentFunction · 0.45
operator()Method · 0.45
dumpwalletFunction · 0.45
operator()Method · 0.45
GetCScriptFunction · 0.45
IsMineInnerFunction · 0.45

Calls 1

LookupHelperFunction · 0.85

Tested by

no test coverage detected