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

Method GetKey

src/script/signingprovider.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35bool HidingSigningProvider::GetKey(const CKeyID& keyid, CKey& key) const
36{
37 if (m_hide_secret) return false;
38 return m_provider->GetKey(keyid, key);
39}
40
41bool HidingSigningProvider::GetKeyOrigin(const CKeyID& keyid, KeyOriginInfo& info) const
42{

Callers 5

ToPrivateStringMethod · 0.45
GetPrivKeyMethod · 0.45
GetExtKeyMethod · 0.45
CreateSigMethod · 0.45
CreateSigMethod · 0.45

Calls 3

LookupHelperFunction · 0.85
findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected