Look up Taproot spend data for an output key across all providers.

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 in any provider.

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