Fabcoin Core
0.16.2
P2P Digital Currency
|
The EVM instance factory. More...
#include <evm.h>
Public Attributes | |
int | abi_version |
EVM-C ABI version implemented by the EVM factory and instance. More... | |
evm_create_fn | create |
Pointer to function creating and initializing the EVM instance. More... | |
The EVM instance factory.
Provides ABI protection and method to create an EVM instance.
int evm_factory::abi_version |
EVM-C ABI version implemented by the EVM factory and instance.
For future use to detect ABI incompatibilities. The EVM-C ABI version represented by this file is in EVM_ABI_VERSION.
evm_create_fn evm_factory::create |