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

Method GetKeyOrigin

src/script/signingprovider.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46bool HidingSigningProvider::GetKeyOrigin(const CKeyID& keyid, KeyOriginInfo& info) const
47{
48 if (m_hide_origin) return false;
49 return m_provider->GetKeyOrigin(keyid, info);
50}
51
52bool HidingSigningProvider::GetTaprootSpendData(const XOnlyPubKey& output_key, TaprootSpendData& spenddata) const
53{

Callers 3

InferPubkeyFunction · 0.45
CreateSigFunction · 0.45
SignMuSig2Function · 0.45

Calls 1

LookupHelperFunction · 0.85

Tested by

no test coverage detected