Fabcoin Core  0.16.2
P2P Digital Currency
Public Attributes | List of all members
evm_factory Struct Reference

The EVM instance factory. More...

#include <evm.h>

Collaboration diagram for evm_factory:
[legend]

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...
 

Detailed Description

The EVM instance factory.

Provides ABI protection and method to create an EVM instance.

Definition at line 455 of file evm.h.

Member Data Documentation

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.

Definition at line 460 of file evm.h.

evm_create_fn evm_factory::create

Pointer to function creating and initializing the EVM instance.

Definition at line 463 of file evm.h.


The documentation for this struct was generated from the following file: