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

Method GetCScript

src/script/signingprovider.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30bool HidingSigningProvider::GetCScript(const CScriptID& scriptid, CScript& script) const
31{
32 return m_provider->GetCScript(scriptid, script);
33}
34
35bool HidingSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const
36{

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