package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type tree
type key = string list
type value = bytes
val list : tree -> ?offset:int -> ?length:int -> key -> (string * tree) list Tezos_protocol_environment_alpha.Lwt.t
val fold : ?depth:Tezos_protocol_environment_alpha.Context.depth -> tree -> key -> order:[ `Sorted | `Undefined ] -> init:'a -> f:(key -> tree -> 'a -> 'a Tezos_protocol_environment_alpha.Lwt.t) -> 'a Tezos_protocol_environment_alpha.Lwt.t
val empty : t -> tree
val is_empty : tree -> bool
val equal : tree -> tree -> bool
val clear : ?depth:int -> tree -> unit