![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include <functional>#include <mutex>#include <libdevcore/FileSystem.h>#include <libdevcore/CommonData.h>#include <libdevcrypto/SecretStore.h>#include <boost/filesystem.hpp>Go to the source code of this file.
Classes | |
| class | dev::eth::PasswordUnknown |
| struct | dev::eth::KeyInfo |
| class | dev::eth::KeyManager |
| High-level manager of password-encrypted keys for Ethereum. Usage: More... | |
Namespaces | |
| dev | |
| dev::eth | |
Enumerations | |
| enum | dev::eth::SemanticPassword { dev::eth::SemanticPassword::Existing, dev::eth::SemanticPassword::Master } |
Definition in file KeyManager.h.