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