![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include "SmartVM.h"#include <unordered_map>#include <thread>#include <libdevcore/concurrent_queue.h>#include <libdevcore/Log.h>#include <libdevcore/Guards.h>#include "VMFactory.h"#include "JitVM.h"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 | |
| bytes code |
Definition at line 45 of file SmartVM.cpp.
| h256 codeHash |
Definition at line 46 of file SmartVM.cpp.
|
private |
Definition at line 60 of file SmartVM.cpp.
|
private |
Definition at line 61 of file SmartVM.cpp.
| evm_mode mode |
Definition at line 47 of file SmartVM.cpp.
1.8.11