Fabcoin Core  0.16.2
P2P Digital Currency
Namespaces
JitVM.cpp File Reference
#include "JitVM.h"
#include <libdevcore/Log.h>
#include <libevm/VM.h>
#include <libevm/VMFactory.h>
Include dependency graph for JitVM.cpp:

Go to the source code of this file.

Namespaces

 dev
 Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by RenĂ© Nyffenegger.
 
 dev::eth
 

Variable Documentation

evm_instance* m_instance = nullptr
private

The VM instance created with m_interface.create().

Definition at line 300 of file JitVM.cpp.

evm_result m_result
private

Definition at line 271 of file JitVM.cpp.