Fabcoin Core
0.16.2
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
struct | examplevm |
Functions | |
int | evm_set_option (struct evm_instance *evm, char const *name, char const *value) |
Example options. More... | |
struct evm_factory | examplevm_get_factory () |
Example of a function creating uninitialized instance of an example VM. More... | |
int evm_set_option | ( | struct evm_instance * | evm, |
char const * | name, | ||
char const * | value | ||
) |
Example options.
VMs are allowed to omit this function implementation.
Definition at line 22 of file examplevm.c.