#include <StateImporter.h>
Definition at line 39 of file StateImporter.h.
◆ ~StateImporterFace()
| virtual dev::eth::StateImporterFace::~StateImporterFace |
( |
| ) |
|
|
virtualdefault |
◆ commitStateDatabase()
| virtual void dev::eth::StateImporterFace::commitStateDatabase |
( |
| ) |
|
|
pure virtual |
◆ importAccount()
| virtual void dev::eth::StateImporterFace::importAccount |
( |
h256 const & |
_addressHash, |
|
|
u256 const & |
_nonce, |
|
|
u256 const & |
_balance, |
|
|
std::map< h256, bytes > const & |
_storage, |
|
|
h256 const & |
_codeHash |
|
) |
| |
|
pure virtual |
◆ importCode()
◆ isAccountImported()
| virtual bool dev::eth::StateImporterFace::isAccountImported |
( |
h256 const & |
_addressHash | ) |
const |
|
pure virtual |
◆ lookupCode()
| virtual std::string dev::eth::StateImporterFace::lookupCode |
( |
h256 const & |
_hash | ) |
const |
|
pure virtual |
◆ stateRoot()
| virtual h256 dev::eth::StateImporterFace::stateRoot |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: