Bitcoin Core 28.99.0
P2P Digital Currency
|
An interface to be implemented by keystores that support signing. More...
#include <signingprovider.h>
Public Member Functions | |
virtual | ~SigningProvider ()=default |
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 |
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 |
An interface to be implemented by keystores that support signing.
Definition at line 150 of file signingprovider.h.
|
virtualdefault |
|
inlinevirtual |
Reimplemented in FillableSigningProvider, HidingSigningProvider, FlatSigningProvider, MultiSigningProvider, and wallet::LegacySigningProvider.
Definition at line 154 of file signingprovider.h.
Reimplemented in wallet::LegacySigningProvider, FillableSigningProvider, wallet::LegacyDataSPKM, HidingSigningProvider, FlatSigningProvider, and MultiSigningProvider.
Definition at line 157 of file signingprovider.h.
|
inline |
Definition at line 163 of file signingprovider.h.
|
inlinevirtual |
Reimplemented in HidingSigningProvider, FlatSigningProvider, MultiSigningProvider, wallet::LegacyDataSPKM, and wallet::LegacySigningProvider.
Definition at line 159 of file signingprovider.h.
|
inline |
Definition at line 179 of file signingprovider.h.
|
inlinevirtual |
Reimplemented in wallet::LegacySigningProvider, FillableSigningProvider, wallet::LegacyDataSPKM, HidingSigningProvider, FlatSigningProvider, and MultiSigningProvider.
Definition at line 156 of file signingprovider.h.
|
inline |
Definition at line 171 of file signingprovider.h.
|
inlinevirtual |
Reimplemented in HidingSigningProvider, FlatSigningProvider, and MultiSigningProvider.
Definition at line 161 of file signingprovider.h.
|
inlinevirtual |
Reimplemented in HidingSigningProvider, FlatSigningProvider, and MultiSigningProvider.
Definition at line 160 of file signingprovider.h.
|
inlinevirtual |
Reimplemented in FillableSigningProvider, and wallet::LegacySigningProvider.
Definition at line 155 of file signingprovider.h.
|
inlinevirtual |
Reimplemented in FillableSigningProvider, wallet::LegacyDataSPKM, and wallet::LegacySigningProvider.
Definition at line 158 of file signingprovider.h.