Irmin_context.PVMState
State of the PVM that this rollup node deals with
type value = tree
The value of a PVM state
val empty : unit -> value
empty ()
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.t
lookup state path
returns the data stored for the path path
in the PVM state state
.