Context.PVMStateState of the PVM that this rollup node deals with
type value = pvmstateThe value of a PVM state
find context returns the PVM state stored in the context, if any.
val get : 'a t -> value Tezos_base.TzPervasives.tzresult Lwt.tget context is the same as find but fails if there is no PVM state stored in the context.
val lookup : value -> string list -> bytes option Lwt.tlookup state path returns the data stored for the path path in the PVM state state.