Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <functional>
#include <json/json.h>
#include <libdevcore/Log.h>
#include <libevmcore/Instruction.h>
#include <libethcore/Common.h>
#include <libevm/VMFace.h>
#include "Transaction.h"
Go to the source code of this file.
Classes | |
struct | dev::eth::VMTraceChannel |
struct | dev::eth::ExecutiveWarnChannel |
class | dev::eth::StandardTrace |
struct | dev::eth::StandardTrace::DebugOptions |
class | dev::eth::Executive |
Message-call/contract-creation executor; useful for executing transactions. More... | |
Namespaces | |
Json | |
dev | |
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
dev::eth | |
Definition in file Executive.h.