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