Add evmc.

This commit is contained in:
chriseth
2019-08-08 17:34:51 +02:00
parent 9955c51769
commit 7401fbabd9
5 changed files with 72 additions and 30 deletions
+4 -4
View File
@@ -974,12 +974,12 @@ struct evmc_instance
evmc_execute_fn execute;
/**
* Pointer to function returning capabilities supported by the VM instance.
* A method returning capabilities supported by the VM instance.
*
* The value returned might change when different options are requested via set_option.
* The value returned MAY change when different options are set via the set_option() method.
*
* A Client SHOULD only rely on the value returned here if it has queried it after
* it has called set_option.
* A Client SHOULD only rely on the value returned if it has queried it after
* it has called the set_option().
*
* This is a mandatory method and MUST NOT be set to NULL.
*/