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.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
    
    
  sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a
    
    
  doc/octez-shell-libs.proxy/Tezos_proxy/Light_consensus/index.html
Module Tezos_proxy.Light_consensusSource
Source
type input = {- printer : Tezos_client_base.Client_context.printer;
- min_agreement : float;(*- The same value as *)- Light.sources.min_agreement
- chain : Tezos_shell_services.Block_services.chain;(*- The chain considered *)
- block : Tezos_shell_services.Block_services.block;(*- The block considered *)
- key : string list;(*- The key of the context for which data is being requested *)
- mproof : Proof.tree Proof.t;(*- The Merkle proof received from the endpoint providing data. It is much smaller than the whole context. *)
}A container of input data needed to process a consensus.
min_agreeing_endpoints min_agreement nb_endpoints returns the minimum number of endpoints that must agree for Make.consensus to return true. The first parameter should be Light.sources.min_agreement while the second parameter should be the length of Light.sources.endpoints.
Given RPCs specific to the light mode, obtain the consensus algorithm
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >