![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include "State.h"#include "Block.h"#include "BlockChain.h"#include "ExtVM.h"#include "TransactionQueue.h"#include <libdevcore/Assertions.h>#include <libdevcore/DBFactory.h>#include <libdevcore/TrieHash.h>#include <libevm/VMFactory.h>#include <boost/filesystem.hpp>#include <boost/timer.hpp>Go to the source code of this file.
Definition in file State.cpp.