Look up the Taproot builder for an output key.
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.
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