package octez-shell-libs
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Octez shell libraries
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      tezos-18.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
    
    
  sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a
    
    
  doc/tezos_store_shared/Tezos_store_shared/Naming/index.html
Module Tezos_store_shared.NamingSource
File convention
The 'kind aims to be used to reflect in the type system the directory name to ease the readability of the code. E.g. [[`Block]] directory.
Source
val make_encoded_file : 
  ?json:bool ->
  'kind directory ->
  filename:string ->
  'a Tezos_base.TzPervasives.Data_encoding.t ->
  ('a -> 'a -> bool) ->
  ('kind, 'a) encoded_fileSource
val file_encoding : 
  ('kind, 'data) encoded_file ->
  'data Tezos_base.TzPervasives.Data_encoding.tToplevel directory
Protocols directory
Source
val protocol_file : 
  [ `Protocol_dir ] directory ->
  Tezos_base.TzPervasives.Protocol_hash.t ->
  [ `Protocol ] fileProtocol file
Chain directory
Persistent chain data files
Source
val chain_config_file : 
  [ `Chain_dir ] directory ->
  ([ `Chain_config ], Store_types.chain_config) encoded_fileSource
val protocol_levels_file : 
  [< `Chain_dir ] directory ->
  ([ `Protocol_levels ],
    Store_types.Protocol_levels.protocol_info Store_types.Protocol_levels.t)
    encoded_fileSource
val legacy_protocol_levels_file : 
  [< `Chain_dir ] directory ->
  ([ `Protocol_levels ],
    Store_types.Protocol_levels.Legacy.activation_block
      Store_types.Protocol_levels.Legacy.t)
    encoded_fileSource
val genesis_block_file : 
  [ `Chain_dir ] directory ->
  ([ `Genesis_block ], Block_repr.t) encoded_fileSource
val current_head_file : 
  [ `Chain_dir ] directory ->
  ([ `Current_head ], Store_types.block_descriptor) encoded_fileSource
val cementing_highwatermark_file : 
  [ `Chain_dir ] directory ->
  ([ `Cementing_highwatermark ], int32 option) encoded_fileSource
val checkpoint_file : 
  [ `Chain_dir ] directory ->
  ([ `Checkpoint ], Store_types.block_descriptor) encoded_fileSource
val target_file : 
  [ `Chain_dir ] directory ->
  ([ `Target ], Store_types.block_descriptor option) encoded_fileSource
val invalid_blocks_file : 
  [ `Chain_dir ] directory ->
  ([ `Invalid_blocks ],
    Store_types.invalid_block Tezos_base.TzPervasives.Block_hash.Map.t)
    encoded_fileSource
val forked_chains_file : 
  [ `Chain_dir ] directory ->
  ([ `Forked_chains ],
    Tezos_base.TzPervasives.Block_hash.t Tezos_base.TzPervasives.Chain_id.Map.t)
    encoded_fileBlock store
Source
val savepoint_file : 
  [ `Chain_dir ] directory ->
  ([ `Savepoint ], Store_types.block_descriptor) encoded_fileSource
val caboose_file : 
  [ `Chain_dir ] directory ->
  ([ `Caboose ], Store_types.block_descriptor) encoded_fileSource
val block_store_status_file : 
  [ `Chain_dir ] directory ->
  ([ `Status ], block_store_status) encoded_fileThe type of floating store's kind.
Source
val floating_blocks_dir : 
  [ `Chain_dir ] directory ->
  floating_kind ->
  [ `Floating_dir ] directorySnapshots
Source
val snapshot_protocol_levels_file : 
  [< `Snapshot_dir | `Snapshot_tmp_dir | `Tar_archive ] directory ->
  ([ `Snapshot_protocol_levels ],
    Store_types.Protocol_levels.protocol_info Store_types.Protocol_levels.t)
    encoded_file sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page