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