package octez-shell-libs
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Octez shell libraries
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      tezos-18.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=aa2f5bc99cc4ca2217c52a1af2a2cdfd3b383208cb859ca2e79ca0903396ca1d
    
    
  sha512=d68bb3eb615e3dcccc845fddfc9901c95b3c6dc8e105e39522ce97637b1308a7fa7aa1d271351d5933febd7476b2819e1694f31198f1f0919681f1f9cc97cb3a
    
    
  doc/octez-shell-libs.shell/Tezos_shell/Distributed_db_message/index.html
Module Tezos_shell.Distributed_db_messageSource
Tezos Shell - Network message for the gossip P2P protocol.
Source
type t = - | Get_current_branch of Tezos_base.TzPervasives.Chain_id.t
- | Current_branch of Tezos_base.TzPervasives.Chain_id.t * Tezos_base.Block_locator.t
- | Deactivate of Tezos_base.TzPervasives.Chain_id.t
- | Get_current_head of Tezos_base.TzPervasives.Chain_id.t
- | Current_head of Tezos_base.TzPervasives.Chain_id.t * Tezos_base.Block_header.t * Tezos_base.Mempool.t
- | Get_block_headers of Tezos_base.TzPervasives.Block_hash.t list
- | Block_header of Tezos_base.Block_header.t
- | Get_operations of Tezos_base.TzPervasives.Operation_hash.t list
- | Operation of Tezos_base.Operation.t
- | Get_protocols of Tezos_base.TzPervasives.Protocol_hash.t list
- | Protocol of Tezos_base.Protocol.t
- | Get_operations_for_blocks of (Tezos_base.TzPervasives.Block_hash.t * int) list
- | Operations_for_block of Tezos_base.TzPervasives.Block_hash.t * int * Tezos_base.Operation.t list * Tezos_base.TzPervasives.Operation_list_list_hash.path
- | Get_checkpoint of Tezos_base.TzPervasives.Chain_id.t
- | Checkpoint of Tezos_base.TzPervasives.Chain_id.t * Tezos_base.Block_header.t
- | Get_protocol_branch of Tezos_base.TzPervasives.Chain_id.t * int
- | Protocol_branch of Tezos_base.TzPervasives.Chain_id.t * int * Tezos_base.Block_locator.t
- | Get_predecessor_header of Tezos_base.TzPervasives.Block_hash.t * int32
- | Predecessor_header of Tezos_base.TzPervasives.Block_hash.t * int32 * Tezos_base.Block_header.t
We must make sure that we are able to associate a response to the corresponding request. Thus, we are able to discrimate between expected responses from the unexpected ones.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >