Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Classes | Typedefs
keystore.h File Reference
#include "crypter.h"
#include "sync.h"
#include <boost/signals2/signal.hpp>
Include dependency graph for keystore.h:
This graph shows which files directly or indirectly include this file:

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, CKeyKeyMap
 
typedef std::map< CScriptID,
CScript
ScriptMap
 
typedef std::map< CKeyID,
std::pair< CPubKey,
std::vector< unsigned char > > > 
CryptedKeyMap
 

Typedef Documentation

typedef std::map<CKeyID, std::pair<CPubKey, std::vector<unsigned char> > > CryptedKeyMap

Definition at line 91 of file keystore.h.

typedef std::map<CKeyID, CKey> KeyMap

Definition at line 39 of file keystore.h.

typedef std::map<CScriptID, CScript > ScriptMap

Definition at line 40 of file keystore.h.