package octez-l2-libs

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

Module Tezos_scoru_wasm_test_helpers.TrieSource

Sourcetype key = string list
Sourcemodule Children : Tezos_base.TzPervasives.Map.S with type key = string
Sourcetype 'a t = {
  1. value : 'a option;
  2. children : 'a t Children.t;
  3. keys_count : int;
  4. nodes_count : int;
}
Sourceval empty : 'a t
Sourceval set_value : edit_readonly:bool -> key -> 'a -> 'a t -> 'a t option
Sourceval get_value : key -> 'a t -> 'a option
Sourceval lookup : key -> 'a t -> 'a t option
Sourceval subtrees_size : key -> 'a t -> int
Sourceval copy_tree : edit_readonly:bool -> from_key:key -> to_key:key -> 'a t -> 'a t option
Sourceval move_tree : from_key:key -> to_key:key -> 'a t -> 'a t option
Sourceval delete : edit_readonly:bool -> key -> 'a t -> 'a t option
OCaml

Innovation. Community. Security.