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

Method GetKey

src/script/signingprovider.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40bool HidingSigningProvider::GetKey(const CKeyID& keyid, CKey& key) const
41{
42 if (m_hide_secret) return false;
43 return m_provider->GetKey(keyid, key);
44}
45
46bool HidingSigningProvider::GetKeyOrigin(const CKeyID& keyid, KeyOriginInfo& info) const
47{

Callers 5

GetPrivKeyMethod · 0.45
GetExtKeyMethod · 0.45
CreateSigMethod · 0.45
CreateMuSig2NonceMethod · 0.45

Calls 3

LookupHelperFunction · 0.85
findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected