![]() |
Bitcoin Core
29.1.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 152 of file signingprovider.h.
|
virtualdefault |
|
inlinevirtual |
Reimplemented in wallet::LegacySigningProvider, MultiSigningProvider, FillableSigningProvider, FlatSigningProvider, and HidingSigningProvider.
Definition at line 156 of file signingprovider.h.
Reimplemented in wallet::LegacySigningProvider, wallet::LegacyDataSPKM, MultiSigningProvider, FillableSigningProvider, FlatSigningProvider, and HidingSigningProvider.
Definition at line 159 of file signingprovider.h.
|
inline |
Definition at line 165 of file signingprovider.h.
|
inlinevirtual |
Reimplemented in wallet::LegacySigningProvider, wallet::LegacyDataSPKM, MultiSigningProvider, FlatSigningProvider, and HidingSigningProvider.
Definition at line 161 of file signingprovider.h.
|
inline |
Definition at line 181 of file signingprovider.h.
|
inlinevirtual |
Reimplemented in wallet::LegacySigningProvider, wallet::LegacyDataSPKM, MultiSigningProvider, FillableSigningProvider, FlatSigningProvider, and HidingSigningProvider.
Definition at line 158 of file signingprovider.h.
|
inline |
Definition at line 173 of file signingprovider.h.
|
inlinevirtual |
Reimplemented in MultiSigningProvider, FlatSigningProvider, and HidingSigningProvider.
Definition at line 163 of file signingprovider.h.
|
inlinevirtual |
Reimplemented in MultiSigningProvider, FlatSigningProvider, and HidingSigningProvider.
Definition at line 162 of file signingprovider.h.
|
inlinevirtual |
Reimplemented in wallet::LegacySigningProvider, and FillableSigningProvider.
Definition at line 157 of file signingprovider.h.
|
inlinevirtual |
Reimplemented in wallet::LegacySigningProvider, wallet::LegacyDataSPKM, FillableSigningProvider, and FlatSigningProvider.
Definition at line 160 of file signingprovider.h.
1.8.14