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

Method GetTaprootSpendData

src/script/signingprovider.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52bool HidingSigningProvider::GetTaprootSpendData(const XOnlyPubKey& output_key, TaprootSpendData& spenddata) const
53{
54 return m_provider->GetTaprootSpendData(output_key, spenddata);
55}
56bool HidingSigningProvider::GetTaprootBuilder(const XOnlyPubKey& output_key, TaprootBuilder& builder) const
57{
58 return m_provider->GetTaprootBuilder(output_key, builder);

Callers 3

InferScriptFunction · 0.45
GetKeyForDestinationFunction · 0.45
SignTaprootFunction · 0.45

Calls 2

LookupHelperFunction · 0.85
GetSpendDataMethod · 0.80

Tested by

no test coverage detected