![]() |
Bitcoin Core
22.99.0
P2P Digital Currency
|
An interface to be implemented by keystores that support signing. More...
#include <signingprovider.h>
Public Member Functions | |
virtual | ~SigningProvider () |
virtual bool | GetCScript (const CScriptID &scriptid, CScript &script) const |
virtual bool | HaveCScript (const CScriptID &scriptid) const |
virtual bool | GetPubKey (const CKeyID &address, CPubKey &pubkey) const |
virtual bool | GetKey (const CKeyID &address, CKey &key) const |
virtual bool | HaveKey (const CKeyID &address) const |
virtual bool | GetKeyOrigin (const CKeyID &keyid, KeyOriginInfo &info) const |
virtual bool | GetTaprootSpendData (const XOnlyPubKey &output_key, TaprootSpendData &spenddata) 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 |
An interface to be implemented by keystores that support signing.
Definition at line 17 of file signingprovider.h.
|
inlinevirtual |
Definition at line 20 of file signingprovider.h.
|
inlinevirtual |
Reimplemented in wallet::LegacySigningProvider, FlatSigningProvider, HidingSigningProvider, and FillableSigningProvider.
Definition at line 21 of file signingprovider.h.
Reimplemented in FlatSigningProvider, HidingSigningProvider, wallet::LegacyScriptPubKeyMan, FillableSigningProvider, and wallet::LegacySigningProvider.
Definition at line 24 of file signingprovider.h.
|
inline |
Definition at line 29 of file signingprovider.h.
|
inlinevirtual |
Reimplemented in wallet::LegacySigningProvider, wallet::LegacyScriptPubKeyMan, FlatSigningProvider, and HidingSigningProvider.
Definition at line 26 of file signingprovider.h.
|
inline |
|
inlinevirtual |
Reimplemented in FlatSigningProvider, HidingSigningProvider, wallet::LegacyScriptPubKeyMan, FillableSigningProvider, and wallet::LegacySigningProvider.
Definition at line 23 of file signingprovider.h.
|
inline |
Definition at line 37 of file signingprovider.h.
|
inlinevirtual |
Reimplemented in FlatSigningProvider, and HidingSigningProvider.
Definition at line 27 of file signingprovider.h.
|
inlinevirtual |
Reimplemented in wallet::LegacySigningProvider, and FillableSigningProvider.
Definition at line 22 of file signingprovider.h.
|
inlinevirtual |
Reimplemented in wallet::LegacySigningProvider, wallet::LegacyScriptPubKeyMan, and FillableSigningProvider.
Definition at line 25 of file signingprovider.h.