![]() |
Bitcoin ABC
0.26.3
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 () |
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 624 of file scriptpubkeyman.h.
|
inlineexplicit |
Definition at line 629 of file scriptpubkeyman.h.
|
inlineoverridevirtual |
Reimplemented from SigningProvider.
Definition at line 632 of file scriptpubkeyman.h.
|
inlineoverridevirtual |
Reimplemented from SigningProvider.
Definition at line 641 of file scriptpubkeyman.h.
|
inlineoverridevirtual |
Reimplemented from SigningProvider.
Definition at line 645 of file scriptpubkeyman.h.
|
inlineoverridevirtual |
Reimplemented from SigningProvider.
Definition at line 638 of file scriptpubkeyman.h.
|
inlineoverridevirtual |
Reimplemented from SigningProvider.
Definition at line 635 of file scriptpubkeyman.h.
|
inlineoverridevirtual |
Reimplemented from SigningProvider.
Definition at line 644 of file scriptpubkeyman.h.
|
private |
Definition at line 626 of file scriptpubkeyman.h.