SigningProvider wrapper for LegacyDataSPKM that does not provide private keys.
Synopsis
Declared in <wallet/scriptpubkeyman.h>
class LegacySigningProvider
: public SigningProvider
Base Classes
Name |
Description |
An interface to be implemented by keystores that support signing. |
Member Functions
Name |
Description |
|
Construct a signing provider wrapping the given legacy spkm. |
|
Delete the state stored for a MuSig2 signing session. |
|
Return all known MuSig2 aggregate pubkeys and their participants. |
|
Retrieves the redeem script for the given script id. |
|
Always returns false, since this provider never exposes private keys. |
Look up a private key by any key id derived from an x‐only pubkey. |
|
|
Retrieves the key origin (derivation path and fingerprint) for the given key id. |
Look up key origin info by any key id derived from an x‐only pubkey. |
|
|
Return the MuSig2 participant pubkeys for an aggregate pubkey. |
|
Retrieve the MuSig2 secret nonce for a signing session. |
|
Retrieves the public key for the given address. |
Look up a public key by any key id derived from an x‐only pubkey. |
|
|
Look up the Taproot builder for an output key. |
|
Look up the Taproot spend data for an output key. |
|
Returns whether the redeem script for the given script id is held. |
|
Always returns false, since this provider never exposes private keys. |
|
Store a MuSig2 secret nonce for a signing session. |
Non-Member Functions
Name |
Description |
Return the CKeyID of the key involved in a script (if there is a unique one). |
|
Check whether a scriptPubKey is known to be segwit. |
|
Produce a script signature using a generic signature creator. |
|
Signs a PSBTInput, verifying that all provided data matches what is being signed. |
|
Updates a PSBTOutput with information from provider. |
Created with MrDocs