Evm_node_lib_dev.TezosxAdditional runtimes which can be enabled alongside the default Ethereum runtime in Tezos X.
val runtime_encoding : runtime Tezos_base.TzPervasives.Data_encoding.tval runtime_of_string_opt : string -> runtime optionval string_of_runtime : runtime -> stringval pp_runtime : Stdlib.Format.formatter -> runtime -> unitval known_runtimes : runtime listThe list of known runtimes which can be enabled in Tezos X.
val feature_flag : runtime -> stringfeature_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 ... endmodule Foreign_address : sig ... end