![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include <SnapshotImporter.h>
Public Member Functions | |
| SnapshotImporter (StateImporterFace &_stateImporter, BlockChainImporterFace &_bcImporter) | |
| void | import (SnapshotStorageFace const &_snapshotStorage, h256 const &_genesisHash) |
Definition at line 39 of file SnapshotImporter.h.
|
inline |
Definition at line 42 of file SnapshotImporter.h.
| void dev::eth::SnapshotImporter::import | ( | SnapshotStorageFace const & | _snapshotStorage, |
| h256 const & | _genesisHash | ||
| ) |
Definition at line 34 of file SnapshotImporter.cpp.