![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include "Executive.h"#include "Block.h"#include "BlockChain.h"#include "ExtVM.h"#include "Interface.h"#include "State.h"#include <libdevcore/CommonIO.h>#include <libethcore/CommonJS.h>#include <libevm/LegacyVM.h>#include <libevm/VMFactory.h>#include <json/json.h>#include <boost/timer.hpp>#include <numeric>Go to the source code of this file.
Functions | |
| bool | changesMemory (Instruction _inst) |
| bool | changesStorage (Instruction _inst) |
| bool changesMemory | ( | Instruction | _inst | ) |
Definition at line 67 of file Executive.cpp.
| bool changesStorage | ( | Instruction | _inst | ) |
Definition at line 83 of file Executive.cpp.