package tezos-protocol-008-PtEdoTez
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Tezos/Protocol: economic-protocol definition
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      tezos-16.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=ad9e08819871c75ba6f4530b125f7d157799398e4d77a1e6bfea9d91ff37ff55
    
    
  sha512=c5dc4d40cc09bc6980fbbdb5c2e105bf4252cf9cfcb2b49660b0ebe4dc789f6709ec3b3bf2f87d81580d3eed9521eeb1c960f24d9b14eb0285aaba1f84d10a9b
    
    
  doc/tezos-protocol-008-PtEdoTez.raw/Tezos_raw_protocol_008_PtEdoTez/Storage_functors/index.html
Module Tezos_raw_protocol_008_PtEdoTez.Storage_functorsSource
Tezos Protocol Implementation - Typed storage builders.
Source
module Make_subcontext
  (R : Storage_sigs.REGISTER)
  (C : Raw_context.T)
  (N : Storage_sigs.NAME) : 
  Raw_context.T with type t = C.tSource
module Make_single_data_storage
  (R : Storage_sigs.REGISTER)
  (C : Raw_context.T)
  (N : Storage_sigs.NAME)
  (V : Storage_sigs.VALUE) : 
  Storage_sigs.Single_data_storage with type t = C.t and type value = V.tSource
module Make_data_set_storage
  (C : Raw_context.T)
  (I : INDEX) : 
  Storage_sigs.Data_set_storage with type t = C.t and type elt = I.tSource
module Make_carbonated_data_set_storage
  (C : Raw_context.T)
  (I : INDEX) : 
  Storage_sigs.Carbonated_data_set_storage with type t = C.t and type elt = I.tSource
module Make_indexed_data_storage
  (C : Raw_context.T)
  (I : INDEX)
  (V : Storage_sigs.VALUE) : 
  Storage_sigs.Indexed_data_storage
    with type t = C.t
     and type key = I.t
     and type value = V.tSource
module Make_indexed_carbonated_data_storage
  (C : Raw_context.T)
  (I : INDEX)
  (V : Storage_sigs.VALUE) : 
  Storage_sigs.Non_iterable_indexed_carbonated_data_storage
    with type t = C.t
     and type key = I.t
     and type value = V.tSource
module Make_indexed_data_snapshotable_storage
  (C : Raw_context.T)
  (Snapshot : INDEX)
  (I : INDEX)
  (V : Storage_sigs.VALUE) : 
  Storage_sigs.Indexed_data_snapshotable_storage
    with type t = C.t
     and type snapshot = Snapshot.t
     and type key = I.t
     and type value = V.tSource
module Make_indexed_subcontext
  (C : Raw_context.T)
  (I : INDEX) : 
  Storage_sigs.Indexed_raw_context
    with type t = C.t
     and type key = I.t
     and type 'a ipath = 'a I.ipathSource
module Wrap_indexed_data_storage
  (C : Storage_sigs.Indexed_data_storage)
  (K : WRAPPER with type key := C.key) : 
  Storage_sigs.Indexed_data_storage
    with type t = C.t
     and type key = K.t
     and type value = C.value sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >