package tezos-storage

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Raw_value : Store_sigs.VALUE with type t = Bytes.t
module Make_set (S : Store_sigs.STORE) (I : Store_sigs.INDEX) : Store_sigs.SET_STORE with type t = S.t and type elt = I.t
module Make_buffered_set (S : Store_sigs.STORE) (I : Store_sigs.INDEX) (Set : sig ... end) : Store_sigs.BUFFERED_SET_STORE with type t = S.t and type elt = I.t and module Set = Set
module Make_map (S : Store_sigs.STORE) (I : Store_sigs.INDEX) (V : Store_sigs.VALUE) : Store_sigs.MAP_STORE with type t = S.t and type key = I.t and type value = V.t
module Make_buffered_map (S : Store_sigs.STORE) (I : Store_sigs.INDEX) (V : Store_sigs.VALUE) (Map : sig ... end) : Store_sigs.BUFFERED_MAP_STORE with type t = S.t and type key = I.t and type value = V.t and module Map = Map
module Integer_index : Store_sigs.INDEX with type t = int