package octez-protocol-017-PtNairob-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module In_memory_context.TreeSource

val mem : Tezos_context_memory.Context_binary.tree -> Tezos_context_memory.Context_binary.key -> bool Lwt.t
val mem_tree : Tezos_context_memory.Context_binary.tree -> Tezos_context_memory.Context_binary.key -> bool Lwt.t
val find : Tezos_context_memory.Context_binary.tree -> Tezos_context_memory.Context_binary.key -> Tezos_context_memory.Context_binary.value option Lwt.t
val find_tree : Tezos_context_memory.Context_binary.tree -> Tezos_context_memory.Context_binary.key -> Tezos_context_memory.Context_binary.tree option Lwt.t
val list : Tezos_context_memory.Context_binary.tree -> ?offset:int -> ?length:int -> Tezos_context_memory.Context_binary.key -> (string * Tezos_context_memory.Context_binary.tree) list Lwt.t
val length : Tezos_context_memory.Context_binary.tree -> Tezos_context_memory.Context_binary.key -> int Lwt.t
val add : Tezos_context_memory.Context_binary.tree -> Tezos_context_memory.Context_binary.key -> Tezos_context_memory.Context_binary.value -> Tezos_context_memory.Context_binary.tree Lwt.t
val add_tree : Tezos_context_memory.Context_binary.tree -> Tezos_context_memory.Context_binary.key -> Tezos_context_memory.Context_binary.tree -> Tezos_context_memory.Context_binary.tree Lwt.t
val remove : Tezos_context_memory.Context_binary.tree -> Tezos_context_memory.Context_binary.key -> Tezos_context_memory.Context_binary.tree Lwt.t
val fold : ?depth:Tezos_context_sigs__Context.depth -> Tezos_context_memory.Context_binary.tree -> Tezos_context_memory.Context_binary.key -> order:[ `Sorted | `Undefined ] -> init:'a -> f: (Tezos_context_memory.Context_binary.key -> Tezos_context_memory.Context_binary.tree -> 'a -> 'a Lwt.t) -> 'a Lwt.t
val config : Tezos_context_memory.Context_binary.tree -> Tezos_context_sigs.Config.t
val empty : Tezos_context_memory.Context_binary.t -> Tezos_context_memory.Context_binary.tree
val is_empty : Tezos_context_memory.Context_binary.tree -> bool
val kind : Tezos_context_memory.Context_binary.tree -> Tezos_context_sigs__Context.Kind.t
val to_value : Tezos_context_memory.Context_binary.tree -> Tezos_context_memory.Context_binary.value option Lwt.t
val of_value : Tezos_context_memory.Context_binary.t -> Tezos_context_memory.Context_binary.value -> Tezos_context_memory.Context_binary.tree Lwt.t
val hash : Tezos_context_memory.Context_binary.tree -> Tezos_base.TzPervasives.Context_hash.t
val equal : Tezos_context_memory.Context_binary.tree -> Tezos_context_memory.Context_binary.tree -> bool
val clear : ?depth:int -> Tezos_context_memory.Context_binary.tree -> unit
val pp : Format.formatter -> Tezos_context_memory.Context_binary.tree -> unit
type raw = [
  1. | `Tree of raw Tezos_base.TzPervasives.String.Map.t
  2. | `Value of bytes
]
val raw_encoding : raw Tezos_base.TzPervasives.Data_encoding.t
val to_raw : Tezos_context_memory.Context_binary.tree -> raw Lwt.t
val of_raw : raw -> Tezos_context_memory.Context_binary.tree
val unshallow : Tezos_context_memory.Context_binary.tree -> Tezos_context_memory.Context_binary.tree Lwt.t
type repo = Tezos_context_memory.Context_binary.Tree.repo
val make_repo : unit -> repo Lwt.t
val is_shallow : Tezos_context_memory.Context_binary.tree -> bool
val kinded_key : Tezos_context_memory.Context_binary.tree -> Tezos_context_memory.Context_binary.kinded_key option
Sourcetype tree = Tezos_context_memory.Context_binary.tree
Sourcetype t = Tezos_context_memory.Context_binary.t
Sourcetype key = string list
Sourcetype value = bytes
OCaml

Innovation. Community. Security.