Fabcoin Core
0.16.2
P2P Digital Currency
|
The EVM instance. More...
#include <evm.h>
Public Attributes | |
evm_destroy_fn | destroy |
Pointer to function destroying the EVM instance. More... | |
evm_execute_fn | execute |
Pointer to function executing a code by the EVM instance. More... | |
evm_get_code_status_fn | get_code_status |
Optional pointer to function returning a status of a code. More... | |
evm_prepare_code_fn | prepare_code |
Optional pointer to function compiling a code. More... | |
evm_set_option_fn | set_option |
Optional pointer to function modifying VM's options. More... | |
The EVM instance.
Defines the base struct of the EVM implementation.
evm_destroy_fn evm_instance::destroy |
evm_execute_fn evm_instance::execute |
evm_get_code_status_fn evm_instance::get_code_status |
evm_prepare_code_fn evm_instance::prepare_code |
evm_set_option_fn evm_instance::set_option |