![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
class | CKeyStore |
A virtual base class for key stores. More... | |
class | CBasicKeyStore |
Basic key store, that keeps keys in an address->secret map. More... | |
class | CCryptoKeyStore |
Keystore which keeps the private keys encrypted. More... | |
Typedefs | |
typedef std::map< CKeyID, CKey > | KeyMap |
typedef std::map< CScriptID, CScript > | ScriptMap |
typedef std::map< CKeyID, std::pair< CPubKey, std::vector< unsigned char > > > | CryptedKeyMap |
typedef std::map<CKeyID, std::pair<CPubKey, std::vector<unsigned char> > > CryptedKeyMap |
Definition at line 91 of file keystore.h.
Definition at line 39 of file keystore.h.
Definition at line 40 of file keystore.h.