Fabcoin Core
0.16.2
P2P Digital Currency
|
#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. More... | |
struct | dev::eth::BlockChainSync::Header |
struct | dev::eth::BlockChainSync::HeaderId |
Used to identify header by transactions and uncles hashes. More... | |
struct | dev::eth::BlockChainSync::HeaderIdHash |
Namespaces | |
dev | |
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
dev::eth | |
Functions | |
std::ostream & | dev::eth::operator<< (std::ostream &_out, SyncStatus const &_sync) |
Definition in file BlockChainSync.h.