Module Tezos_tree_encoding.WrappedSource

Sourcetype tree = wrapped_tree
type key := string list
type value := bytes
Sourceval select : Tezos_tree_encoding__.Tree.tree_instance -> tree
Sourceval wrap : tree -> Tezos_tree_encoding__.Tree.tree_instance
Sourceval remove : tree -> key -> tree Lwt.t
Sourceval add : tree -> key -> value -> tree Lwt.t
Sourceval add_tree : tree -> key -> tree -> tree Lwt.t
Sourceval find : tree -> key -> value option Lwt.t
Sourceval find_tree : tree -> key -> tree option Lwt.t
Sourceval length : tree -> key -> int Lwt.t
Sourceval list : tree -> ?offset:int -> ?length:int -> key -> (string * tree) list Lwt.t