package tezos-scoru-wasm-helpers

  1. Overview
  2. Docs

Module Encodings_util.TreeSource

val mem : Tezos_context_memory.Context_binary.tree -> string list -> bool Lwt.t
val mem_tree : Tezos_context_memory.Context_binary.tree -> string list -> bool Lwt.t
val find : Tezos_context_memory.Context_binary.tree -> string list -> bytes option Lwt.t
val find_tree : Tezos_context_memory.Context_binary.tree -> string list -> Tezos_context_memory.Context_binary.tree option Lwt.t
val list : Tezos_context_memory.Context_binary.tree -> ?offset:int -> ?length:int -> string list -> (string * Tezos_context_memory.Context_binary.tree) list Lwt.t
val length : Tezos_context_memory.Context_binary.tree -> string list -> int Lwt.t
val add : Tezos_context_memory.Context_binary.tree -> string list -> bytes -> Tezos_context_memory.Context_binary.tree Lwt.t
val add_tree : Tezos_context_memory.Context_binary.tree -> string list -> Tezos_context_memory.Context_binary.tree -> Tezos_context_memory.Context_binary.tree Lwt.t
val remove : Tezos_context_memory.Context_binary.tree -> string list -> Tezos_context_memory.Context_binary.tree Lwt.t
val fold : ?depth:Tezos_context_sigs__Context.depth -> Tezos_context_memory.Context_binary.tree -> string list -> order:[ `Sorted | `Undefined ] -> init:'a -> f:(string list -> 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 -> bytes option Lwt.t
val of_value : Tezos_context_memory.Context_binary.t -> bytes -> 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
Sourcetype tree = Tezos_context_memory.Context_binary.tree
Sourceval select : Tezos_tree_encoding__.Tree.tree_instance -> tree
Sourceval wrap : tree -> Tezos_tree_encoding__.Tree.tree_instance
OCaml

Innovation. Community. Security.