package tezos-scoru-wasm-helpers

  1. Overview
  2. Docs
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 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 fold : ?depth:[ `Eq of int | `Le of int | `Lt of int | `Ge of int | `Gt of int ] -> 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 kind : Tezos_context_memory.Context_binary.tree -> [ `Value | `Tree ]
val to_value : Tezos_context_memory.Context_binary.tree -> bytes option Lwt.t
val clear : ?depth:int -> Tezos_context_memory.Context_binary.tree -> unit
val select : Tezos_tree_encoding__.Tree.tree_instance -> tree
val wrap : tree -> Tezos_tree_encoding__.Tree.tree_instance
OCaml

Innovation. Community. Security.