Evm_node_lib_dev.Pvmmodule type S = sig ... endStripped down signature of a Layer 2 store context
module Context : sig ... endThis module defines the signature of an abstract PVM durable storage backend * type which can be parameterised with a concrete implementation `S`
module State : sig ... endState of the PVM that this rollup node deals with
module Wasm_internal : sig ... endAccess to underlying Irmin tree for components which cannot be abstract over the PVM durable storage backend type.
module Kernel : sig ... end