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

Method GetPubKey

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

Source from the content-addressed store, hash-verified

28}
29
30bool HidingSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const
31{
32 return m_provider->GetPubKey(keyid, pubkey);
33}
34
35bool HidingSigningProvider::GetKey(const CKeyID& keyid, CKey& key) const
36{

Callers 1

GetPubKeyFunction · 0.45

Calls 1

LookupHelperFunction · 0.85

Tested by

no test coverage detected