![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Basic key store, that keeps keys in an address->secret map. More...
#include <keystore.h>
Public Member Functions | |
bool | AddKeyPubKey (const CKey &key, const CPubKey &pubkey) |
bool | HaveKey (const CKeyID &address) const |
void | GetKeys (std::set< CKeyID > &setAddress) const |
bool | GetKey (const CKeyID &address, CKey &keyOut) const |
virtual bool | AddCScript (const CScript &redeemScript) |
virtual bool | HaveCScript (const CScriptID &hash) const |
virtual bool | GetCScript (const CScriptID &hash, CScript &redeemScriptOut) const |
![]() | |
virtual | ~CKeyStore () |
virtual bool | AddKey (const CKey &key) |
virtual bool | GetPubKey (const CKeyID &address, CPubKey &vchPubKeyOut) const |
Protected Attributes | |
KeyMap | mapKeys |
ScriptMap | mapScripts |
![]() | |
CCriticalSection | cs_KeyStore |
Basic key store, that keeps keys in an address->secret map.
Definition at line 43 of file keystore.h.
|
virtual |
Implements CKeyStore.
Reimplemented in CCryptoKeyStore, and CWallet.
Definition at line 22 of file keystore.cpp.
Implements CKeyStore.
Definition at line 42 of file keystore.cpp.
|
inlinevirtual |
|
virtual |
Implements CKeyStore.
Definition at line 36 of file keystore.cpp.
|
inlinevirtual |
|
protected |
Definition at line 46 of file keystore.h.
|
protected |
Definition at line 47 of file keystore.h.