Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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:[ `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 config :
Tezos_context_memory.Context_binary.tree ->
Tezos_context_sigs.Config.t
val is_empty : Tezos_context_memory.Context_binary.tree -> bool
val kind : Tezos_context_memory.Context_binary.tree -> [ `Value | `Tree ]
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 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
type tree = Tezos_context_memory.Context_binary.tree
val select : Tezos_tree_encoding__.Tree.tree_instance -> tree
val wrap : tree -> Tezos_tree_encoding__.Tree.tree_instance