package octez-proto-libs

  1. Overview
  2. Docs
Octez protocol libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

doc/octez-proto-libs.protocol-environment/Tezos_protocol_environment/Register/argument-1-C/Tree/index.html

Module C.Tree

val mem : tree -> key -> bool Lwt.t
val mem_tree : tree -> key -> bool Lwt.t
val find : tree -> key -> value option Lwt.t
val find_tree : tree -> key -> tree option Lwt.t
val list : tree -> ?offset:int -> ?length:int -> key -> (string * tree) list Lwt.t
val length : tree -> key -> int Lwt.t
val add : tree -> key -> value -> tree Lwt.t
val add_tree : tree -> key -> tree -> tree Lwt.t
val remove : tree -> key -> tree Lwt.t
val fold : ?depth:Tezos_context_sigs__Context.depth -> tree -> key -> order:[ `Sorted | `Undefined ] -> init:'a -> f:(key -> tree -> 'a -> 'a Lwt.t) -> 'a Lwt.t
val config : tree -> Tezos_context_sigs.Config.t
val empty : t -> tree
val is_empty : tree -> bool
val kind : tree -> Tezos_context_sigs__Context.Kind.t
val to_value : tree -> value option Lwt.t
val of_value : t -> value -> tree Lwt.t
val hash : tree -> Tezos_base.TzPervasives.Context_hash.t
val equal : tree -> tree -> bool
val clear : ?depth:int -> tree -> unit
val pp : Format.formatter -> tree -> unit
OCaml

Innovation. Community. Security.