package tezos-protocol-007-PsDELPH1

  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
val remove_rec : context -> key -> context Lwt.t
val copy : context -> from:key -> to_:key -> (context, Tezos_protocol_environment_007_PsDELPH1__Environment.Error_monad.error list) result Lwt.t
module Make_set (R : REGISTER) (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