Anoncoin  0.9.4
P2P Digital Currency
Classes | Typedefs
keystore.h File Reference
#include "key.h"
#include "sync.h"
#include "script.h"
#include <boost/signals2/signal.hpp>
#include <boost/variant.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...
 

Typedefs

typedef boost::variant< CNoDestination, CKeyID, CScriptIDCTxDestination
 A txout script template with a specific destination. More...
 
typedef std::map< CKeyID, CKeyKeyMap
 
typedef std::map< CScriptID, CScriptScriptMap
 
typedef std::set< CScriptWatchOnlySet
 
typedef std::vector< unsigned char, secure_allocator< unsigned char > > CKeyingMaterial
 
typedef std::map< CKeyID, std::pair< CPubKey, std::vector< unsigned char > > > CryptedKeyMap
 

Typedef Documentation

typedef std::vector<unsigned char, secure_allocator<unsigned char> > CKeyingMaterial

Definition at line 117 of file keystore.h.

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

Definition at line 118 of file keystore.h.

typedef boost::variant<CNoDestination, CKeyID, CScriptID> CTxDestination

A txout script template with a specific destination.

It is either:

Definition at line 17 of file keystore.h.

typedef std::map<CKeyID, CKey> KeyMap

Definition at line 58 of file keystore.h.

typedef std::map<CScriptID, CScript > ScriptMap

Definition at line 59 of file keystore.h.

typedef std::set<CScript> WatchOnlySet

Definition at line 60 of file keystore.h.