![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
This is the complete list of members for dev::eth::StateImporterFace, including all inherited members.
| commitStateDatabase()=0 | dev::eth::StateImporterFace | pure virtual |
| importAccount(h256 const &_addressHash, u256 const &_nonce, u256 const &_balance, std::map< h256, bytes > const &_storage, h256 const &_codeHash)=0 | dev::eth::StateImporterFace | pure virtual |
| importCode(bytesConstRef _code)=0 | dev::eth::StateImporterFace | pure virtual |
| isAccountImported(h256 const &_addressHash) const =0 | dev::eth::StateImporterFace | pure virtual |
| lookupCode(h256 const &_hash) const =0 | dev::eth::StateImporterFace | pure virtual |
| stateRoot() const =0 | dev::eth::StateImporterFace | pure virtual |
| ~StateImporterFace()=default | dev::eth::StateImporterFace | virtual |