Context.PVMState
State of the PVM that this rollup node deals with
type value = pvmstate
The 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.t
get 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.t
lookup state path
returns the data stored for the path path
in the PVM state state
.