package tezos-protocol-012-Psithaca

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type context = t
type key
type 'a ipath
val fold_keys : context -> order:[ `Sorted | `Undefined ] -> init:'a -> f:(key -> 'a -> 'a Tezos_protocol_environment_012_Psithaca.Lwt.t) -> 'a Tezos_protocol_environment_012_Psithaca.Lwt.t
module Make_set (_ : REGISTER) (_ : NAME) : Data_set_storage with type t = t and type elt = key
module Make_map (_ : NAME) (V : VALUE) : Indexed_data_storage with type t = t and type key = key and type value = V.t
module Make_carbonated_map (_ : 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