MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetCScript

Method GetCScript

src/script/signingprovider.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25bool HidingSigningProvider::GetCScript(const CScriptID& scriptid, CScript& script) const
26{
27 return m_provider->GetCScript(scriptid, script);
28}
29
30bool HidingSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const
31{

Callers 4

InferScriptFunction · 0.45
GetKeyForDestinationFunction · 0.45
GetCScriptFunction · 0.45
IsSegWitOutputFunction · 0.45

Calls 3

LookupHelperFunction · 0.85
findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected