Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <hdchain.h>
#include <key.h>
#include <pubkey.h>
#include <script/script.h>
#include <script/standard.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... | |
Typedefs | |
typedef std::map< CKeyID, CKey > | KeyMap |
typedef std::map< CKeyID, CPubKey > | WatchKeyMap |
typedef std::map< CScriptID, CScript > | ScriptMap |
typedef std::set< CScript > | WatchOnlySet |
typedef std::vector< unsigned char, secure_allocator< unsigned char > > | CKeyingMaterial |
typedef std::map< CKeyID, std::pair< CPubKey, std::vector< unsigned char > > > | CryptedKeyMap |
Typedef Documentation
◆ CKeyingMaterial
typedef std::vector<unsigned char, secure_allocator<unsigned char> > CKeyingMaterial |
Definition at line 85 of file keystore.h.
◆ CryptedKeyMap
typedef std::map<CKeyID, std::pair<CPubKey, std::vector<unsigned char> > > CryptedKeyMap |
Definition at line 86 of file keystore.h.
◆ KeyMap
Definition at line 50 of file keystore.h.
◆ ScriptMap
Definition at line 52 of file keystore.h.
◆ WatchKeyMap
typedef std::map<CKeyID, CPubKey> WatchKeyMap |
Definition at line 51 of file keystore.h.
◆ WatchOnlySet
typedef std::set<CScript> WatchOnlySet |
Definition at line 53 of file keystore.h.