Module Evm_node_lib_dev.Tezosx

type runtime =
  1. | Tezos

Additional runtimes which can be enabled alongside the default Ethereum runtime in Tezos X.

val runtime_of_string_opt : string -> runtime option
val string_of_runtime : runtime -> string
val pp_runtime : Stdlib.Format.formatter -> runtime -> unit
val known_runtimes : runtime list

The list of known runtimes which can be enabled in Tezos X.

val feature_flag : runtime -> string

feature_flag runtime is the path of the feature flag for runtime. Creating a file at this path in the durable storage of the kernel will enable the feature.

module Tezos_runtime : sig ... end
module Foreign_address : sig ... end