Look up a Taproot builder for an output key across all providers.

Synopsis

Declared in <script/signingprovider.h>

virtual
bool
GetTaprootBuilder(
    XOnlyPubKey const& output_key,
    TaprootBuilder& builder) const override;

Return Value

True if the builder was found in any provider.

Parameters

Name

Description

output_key

The Taproot output key to retrieve the builder for.

builder

Set to the matching builder on success.

Created with MrDocs