![]() |
Bitcoin Core
0.21.1
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 |
Public Member Functions inherited from SigningProvider | |
| virtual | ~SigningProvider () |
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 501 of file scriptpubkeyman.h.
|
inline |
Definition at line 506 of file scriptpubkeyman.h.
|
inlineoverridevirtual |
Reimplemented from SigningProvider.
Definition at line 508 of file scriptpubkeyman.h.
|
inlineoverridevirtual |
Reimplemented from SigningProvider.
Definition at line 511 of file scriptpubkeyman.h.
|
inlineoverridevirtual |
Reimplemented from SigningProvider.
Definition at line 513 of file scriptpubkeyman.h.
|
inlineoverridevirtual |
Reimplemented from SigningProvider.
Definition at line 510 of file scriptpubkeyman.h.
|
inlineoverridevirtual |
Reimplemented from SigningProvider.
Definition at line 509 of file scriptpubkeyman.h.
|
inlineoverridevirtual |
Reimplemented from SigningProvider.
Definition at line 512 of file scriptpubkeyman.h.
|
private |
Definition at line 504 of file scriptpubkeyman.h.
1.8.8