package octez-l2-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type tree
type key := string list
type value := bytes
val select : Tezos_tree_encoding__.Tree.tree_instance -> tree
  • raises Incorrect_tree_type
val wrap : tree -> Tezos_tree_encoding__.Tree.tree_instance
val remove : tree -> key -> tree Lwt.t
val add : tree -> key -> value -> tree Lwt.t
val add_tree : tree -> key -> tree -> tree Lwt.t
val find : tree -> key -> value option Lwt.t
val find_tree : tree -> key -> tree option Lwt.t
val length : tree -> key -> int Lwt.t
val list : tree -> ?offset:int -> ?length:int -> key -> (string * tree) list Lwt.t
OCaml

Innovation. Community. Security.