![]() |
Bitcoin Core
24.99.0
P2P Digital Currency
|
Wraps a LegacyScriptPubKeyMan so that it can be returned in a new unique_ptr. More...
#include <scriptpubkeyman.h>
Public Member Functions | |
LegacySigningProvider (const LegacyScriptPubKeyMan &spk_man) | |
bool | GetCScript (const CScriptID &scriptid, CScript &script) const override |
bool | HaveCScript (const CScriptID &scriptid) const override |
bool | GetPubKey (const CKeyID &address, CPubKey &pubkey) const override |
bool | GetKey (const CKeyID &address, CKey &key) const override |
bool | HaveKey (const CKeyID &address) const override |
bool | GetKeyOrigin (const CKeyID &keyid, KeyOriginInfo &info) const override |
![]() | |
virtual | ~SigningProvider () |
virtual bool | GetTaprootSpendData (const XOnlyPubKey &output_key, TaprootSpendData &spenddata) const |
virtual bool | GetTaprootBuilder (const XOnlyPubKey &output_key, TaprootBuilder &builder) const |
bool | GetKeyByXOnly (const XOnlyPubKey &pubkey, CKey &key) const |
bool | GetPubKeyByXOnly (const XOnlyPubKey &pubkey, CPubKey &out) const |
bool | GetKeyOriginByXOnly (const XOnlyPubKey &pubkey, KeyOriginInfo &info) const |
Private Attributes | |
const LegacyScriptPubKeyMan & | m_spk_man |
Wraps a LegacyScriptPubKeyMan so that it can be returned in a new unique_ptr.
Does not provide privkeys
Definition at line 528 of file scriptpubkeyman.h.
|
inlineexplicit |
Definition at line 533 of file scriptpubkeyman.h.
|
inlineoverridevirtual |
Reimplemented from SigningProvider.
Definition at line 535 of file scriptpubkeyman.h.
|
inlineoverridevirtual |
Reimplemented from SigningProvider.
Definition at line 538 of file scriptpubkeyman.h.
|
inlineoverridevirtual |
Reimplemented from SigningProvider.
Definition at line 540 of file scriptpubkeyman.h.
|
inlineoverridevirtual |
Reimplemented from SigningProvider.
Definition at line 537 of file scriptpubkeyman.h.
|
inlineoverridevirtual |
Reimplemented from SigningProvider.
Definition at line 536 of file scriptpubkeyman.h.
|
inlineoverridevirtual |
Reimplemented from SigningProvider.
Definition at line 539 of file scriptpubkeyman.h.
|
private |
Definition at line 531 of file scriptpubkeyman.h.