[#SigningProvider-GetTaprootBuilder] = xref:SigningProvider.adoc[SigningProvider]::GetTaprootBuilder :relfileprefix: ../ :mrdocs: Look up the Taproot builder for an output key. == Synopsis Declared in `<script/signingprovider.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool GetTaprootBuilder( xref:XOnlyPubKey.adoc[XOnlyPubKey] const& output_key, xref:TaprootBuilder.adoc[TaprootBuilder]& builder) const; ---- == Return Value True if the builder was found. == Parameters [cols="1,4"] |=== | Name| Description | *output_key* | The Taproot output key to retrieve the builder for. | *builder* | Set to the matching builder on success. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#