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

Method GetPubKey

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

Source from the content-addressed store, hash-verified

33}
34
35bool HidingSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const
36{
37 return m_provider->GetPubKey(keyid, pubkey);
38}
39
40bool HidingSigningProvider::GetKey(const CKeyID& keyid, CKey& key) const
41{

Callers 1

GetPubKeyFunction · 0.45

Calls 1

LookupHelperFunction · 0.85

Tested by

no test coverage detected