![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include <libdevcore/Common.h>#include <libdevcore/Exceptions.h>#include <libdevcore/FixedHash.h>#include <memory>Go to the source code of this file.
Classes | |
| class | dev::eth::StateImporterFace |
Namespaces | |
| dev | |
| dev::eth | |
Functions | |
| dev::eth::DEV_SIMPLE_EXCEPTION (InvalidAccountInTheDatabase) | |
| std::unique_ptr< StateImporterFace > | dev::eth::createStateImporter (OverlayDB &_stateDb) |
Class for importing accounts into the State Trie
Definition in file StateImporter.h.