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