package octez-protocol-018-Proxford-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val fold : ?depth:[ `Eq of int | `Le of int | `Lt of int | `Ge of int | `Gt of int ] -> Tezos_context_memory.Context.tree -> Tezos_context_memory.Context.key -> order:[ `Sorted | `Undefined ] -> init:'a -> f: (Tezos_context_memory.Context.key -> Tezos_context_memory.Context.tree -> 'a -> 'a Lwt.t) -> 'a Lwt.t
val is_empty : Tezos_context_memory.Context.tree -> bool
val kind : Tezos_context_memory.Context.tree -> [ `Value | `Tree ]
val clear : ?depth:int -> Tezos_context_memory.Context.tree -> unit
val pp : Stdlib.Format.formatter -> Tezos_context_memory.Context.tree -> unit
type raw = [
  1. | `Tree of raw Tezos_base.TzPervasives.String.Map.t
  2. | `Value of bytes
]
val make_repo : unit -> repo Lwt.t
val is_shallow : Tezos_context_memory.Context.tree -> bool
type key = string list
type value = bytes
OCaml

Innovation. Community. Security.