Module Evm_node_lib_dev.Evm_execution

module type S = sig ... end

Signature for a module allowing to execute the kernel on top of existing states.

module No_execution : S

A placeholder module for when executing EVM code is not available.