package tezos-protocol-012-Psithaca
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Tezos/Protocol: economic-protocol definition
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      tezos-17.3.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680
    
    
  sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc
    
    
  doc/tezos-protocol-012-Psithaca.raw/Tezos_raw_protocol_012_Psithaca/Storage_functors/index.html
Module Tezos_raw_protocol_012_Psithaca.Storage_functorsSource
Tezos Protocol Implementation - Typed storage builders.
@see Make_subcontext
Source
module Make_subcontext
  (_ : Storage_sigs.REGISTER)
  (C : Raw_context.T)
  (_ : Storage_sigs.NAME) : 
  Raw_context.T with type t = C.tGiven a Raw_context, return a new Raw_context that projects into a given subtree. Similar to a functional lens.
Source
module Make_single_data_storage
  (_ : Storage_sigs.REGISTER)
  (C : Raw_context.T)
  (_ : Storage_sigs.NAME)
  (V : Storage_sigs.VALUE) : 
  Storage_sigs.Single_data_storage with type t = C.t and type value = V.tA type that can be serialized as a string list, and used as a prefix in the typed datastore.
Source
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.tCreate storage for a compound type.
Source
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.tLike Make_data_set_storage, adding tracking of storage cost.
Source
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.tThis functor creates storage for types with a notion of an index.
Source
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_values
    with type t = C.t
     and type key = I.t
     and type value = V.tLike Make_indexed_data_storage, adding tracking of storage cost.
Source
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)"
  >