tezos-webassembly-interpreter
Tezos_webassembly_interpreter.Durable_storage
type t
The type of kernel's durable storage.
exception Durable_empty
val empty : t
val of_tree : Tezos_lazy_containers.Lazy_map.tree -> t
val to_tree_exn : t -> Tezos_lazy_containers.Lazy_map.tree
Durable_empty
val to_tree : t -> Tezos_lazy_containers.Lazy_map.tree option