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

Method GetTaprootBuilder

src/script/signingprovider.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
59}
60std::vector<CPubKey> HidingSigningProvider::GetMuSig2ParticipantPubkeys(const CPubKey& pubkey) const
61{
62 if (m_hide_origin) return {};

Callers 1

SignTaprootFunction · 0.45

Calls 1

LookupHelperFunction · 0.85

Tested by

no test coverage detected