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