#include <BlockChainImporter.h>
Definition at line 38 of file BlockChainImporter.h.
◆ ~BlockChainImporterFace()
| virtual dev::eth::BlockChainImporterFace::~BlockChainImporterFace |
( |
| ) |
|
|
virtualdefault |
◆ importBlock()
| virtual void dev::eth::BlockChainImporterFace::importBlock |
( |
BlockHeader const & |
_header, |
|
|
RLP |
_transactions, |
|
|
RLP |
_uncles, |
|
|
RLP |
_receipts, |
|
|
u256 const & |
_totalDifficulty |
|
) |
| |
|
pure virtual |
◆ setChainStartBlockNumber()
| virtual void dev::eth::BlockChainImporterFace::setChainStartBlockNumber |
( |
u256 const & |
_number | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: