Fabcoin Core
0.16.2
P2P Digital Currency
|
#include "Executive.h"
#include <boost/timer.hpp>
#include <json/json.h>
#include <libdevcore/CommonIO.h>
#include <libevm/VMFactory.h>
#include <libevm/VM.h>
#include <libethcore/CommonJS.h>
#include "Interface.h"
#include "State.h"
#include "ExtVM.h"
#include "BlockChain.h"
#include "Block.h"
Go to the source code of this file.
Functions | |
bool | changesMemory (Instruction _inst) |
bool | changesStorage (Instruction _inst) |
Definition in file Executive.cpp.
bool changesMemory | ( | Instruction | _inst | ) |
bool changesStorage | ( | Instruction | _inst | ) |