Evm_node_lib_dev.Constantsval supported_networks : Evm_node_config.Configuration.supported_network listEtherlink networks supported by this EVM node.
val network_name : Evm_node_config.Configuration.supported_network -> stringName of Etherlink network.
val rollup_address :
Evm_node_config.Configuration.supported_network ->
Tezos_crypto.Hashed.Smart_rollup_address.tval network_of_address :
Tezos_crypto.Hashed.Smart_rollup_address.t ->
Evm_node_config.Configuration.supported_network optionval kernel_from_string : string -> kernel optionkernel_is_older a ~than:b returns true if kernel a is strictly older than kernel b.
kernel_is_newer a ~than:b returns true if kernel a is strictly newer than kernel b.
val root_hash_from_released_kernel :
kernel ->
Tezos_base.TzPervasives.Hex.t optionReturns the root hash of a released kernel, or None for Latest whose root hash changes over time.