![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include "key.h"#include "hdchain.h"#include "pubkey.h"#include "sync.h"#include <boost/signals2/signal.hpp>#include <boost/variant.hpp>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 std::map< CKeyID, CKey > | KeyMap |
| typedef std::map< CScriptID, CScript > | ScriptMap |
| typedef std::set< CScript > | WatchOnlySet |
| typedef std::set< CScript > | MultiSigScriptSet |
| typedef std::vector< unsigned char, secure_allocator< unsigned char > > | CKeyingMaterial |
| typedef std::map< CKeyID, std::pair< CPubKey, std::vector< unsigned char > > > | CryptedKeyMap |
| typedef std::vector<unsigned char, secure_allocator<unsigned char> > CKeyingMaterial |
Definition at line 111 of file keystore.h.
| typedef std::map<CKeyID, std::pair<CPubKey, std::vector<unsigned char> > > CryptedKeyMap |
Definition at line 112 of file keystore.h.
Definition at line 51 of file keystore.h.
| typedef std::set<CScript> MultiSigScriptSet |
Definition at line 54 of file keystore.h.
Definition at line 52 of file keystore.h.
| typedef std::set<CScript> WatchOnlySet |
Definition at line 53 of file keystore.h.
1.8.17