Ethereum  PoC-8
The C++ Implementation of Ethereum
dev::eth::SnapshotImporter Class Reference

#include <SnapshotImporter.h>

Public Member Functions

 SnapshotImporter (StateImporterFace &_stateImporter, BlockChainImporterFace &_bcImporter)
 
void import (SnapshotStorageFace const &_snapshotStorage, h256 const &_genesisHash)
 

Detailed Description

Definition at line 39 of file SnapshotImporter.h.

Constructor & Destructor Documentation

◆ SnapshotImporter()

dev::eth::SnapshotImporter::SnapshotImporter ( StateImporterFace _stateImporter,
BlockChainImporterFace _bcImporter 
)
inline

Definition at line 42 of file SnapshotImporter.h.

Member Function Documentation

◆ import()

void dev::eth::SnapshotImporter::import ( SnapshotStorageFace const &  _snapshotStorage,
h256 const &  _genesisHash 
)

Definition at line 34 of file SnapshotImporter.cpp.


The documentation for this class was generated from the following files: