package tezos-protocol-001-PtCJ7pwo

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type context = t
type key
type 'a ipath
val clear : context -> Raw_context.t Lwt.t
val fold_keys : context -> init:'a -> f:(key -> 'a -> 'a Lwt.t) -> 'a Lwt.t
val keys : context -> key list Lwt.t
val resolve : context -> string list -> key list Lwt.t
module Make_set (N : NAME) : Data_set_storage with type t = t and type elt = key
module Make_map (N : NAME) (V : VALUE) : Indexed_data_storage with type t = t and type key = key and type value = V.t
module Make_carbonated_map (N : NAME) (V : VALUE) : Non_iterable_indexed_carbonated_data_storage with type t = t and type key = key and type value = V.t
module Raw_context : Raw_context.T with type t = t ipath