Irmin_context.PVMStateState of the PVM that this rollup node deals with
type value = treeThe value of a PVM state
val empty : unit -> valueempty () is the empty PVM state.
find context returns the PVM state stored in the context, if any.
val lookup : value -> string list -> bytes option Lwt.tlookup state path returns the data stored for the path path in the PVM state state.