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

Method GetKeyOrigin

src/script/signingprovider.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41bool HidingSigningProvider::GetKeyOrigin(const CKeyID& keyid, KeyOriginInfo& info) const
42{
43 if (m_hide_origin) return false;
44 return m_provider->GetKeyOrigin(keyid, info);
45}
46
47bool HidingSigningProvider::GetTaprootSpendData(const XOnlyPubKey& output_key, TaprootSpendData& spenddata) const
48{

Callers 2

InferPubkeyFunction · 0.45
CreateSigFunction · 0.45

Calls 1

LookupHelperFunction · 0.85

Tested by

no test coverage detected