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 Irmin_context :
S
with type repo = Tezos_layer2_irmin_context.Irmin_context.repo
and type tree = Tezos_layer2_irmin_context.Irmin_context.tree
and type 'a index = 'a Tezos_layer2_irmin_context.Irmin_context.indexmodule 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