![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include <mutex>#include <unordered_map>#include <libdevcore/Guards.h>#include <libethcore/Common.h>#include <libethcore/BlockHeader.h>#include <libp2p/Common.h>#include "CommonNet.h"Go to the source code of this file.
Classes | |
| class | dev::eth::BlockChainSync |
| Base BlockChain synchronization strategy class. Syncs to peers and keeps up to date. Base class handles blocks downloading but does not contain any details on state transfer logic. More... | |
Namespaces | |
| dev | |
| dev::eth | |
Functions | |
| std::ostream & | dev::eth::operator<< (std::ostream &_out, SyncStatus const &_sync) |