Look up a Taproot builder for an output key across all providers.
Declared in <script/signingprovider.h>
virtual
bool
GetTaprootBuilder(
XOnlyPubKey const& output_key,
TaprootBuilder& builder) const override;
True if the builder was found in any provider.
| Name | Description |
|---|---|
| output_key | The Taproot output key to retrieve the builder for. |
| builder | Set to the matching builder on success. |