Module Evm_node_lib_dev.Pvm

module type S = sig ... end

Stripped down signature of a Layer 2 store context

module Context : sig ... end

This module defines the signature of an abstract PVM durable storage backend * type which can be parameterised with a concrete implementation `S`

module State : sig ... end

State of the PVM that this rollup node deals with

module Wasm_internal : sig ... end

Access to underlying Irmin tree for components which cannot be abstract over the PVM durable storage backend type.

module Kernel : sig ... end