mirror of
https://github.com/status-im/evmc.git
synced 2025-02-22 16:08:22 +00:00
Implement CREATE using evm_call() function form EVM-C API
This commit is contained in:
parent
9869772ad7
commit
a7bfe3d201
@ -59,9 +59,8 @@ struct evm_bytes_view {
|
||||
size_t size; ///< The memory size.
|
||||
};
|
||||
|
||||
enum {
|
||||
EVM_EXCEPTION = INT64_MIN, ///< The execution ended with an exception.
|
||||
};
|
||||
|
||||
#define EVM_EXCEPTION INT64_MIN ///< The execution ended with an exception.
|
||||
|
||||
/// Complex struct representing execution result.
|
||||
struct evm_result {
|
||||
|
Loading…
x
Reference in New Issue
Block a user