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/Level_repr/index.html
Module Tezos_raw_protocol_008_PtEdoTez.Level_reprSource
Source
type t = private {- level : Raw_level_repr.t;(*- The level of the block relative to genesis. This is also the Shell's notion of level. *)
- level_position : int32;(*- The level of the block relative to the block that started the first version of protocol alpha. *)
- cycle : Cycle_repr.t;(*- The current cycle's number. Note that cycles are a protocol-specific notion. As a result, the cycle number starts at 0 with the first block of the first version of protocol alpha. *)
- cycle_position : int32;(*- The current level of the block relative to the first block of the current cycle. *)
- expected_commitment : bool;
}include Tezos_protocol_environment_008_PtEdoTez.Compare.S with type t := level
Source
val level_from_raw : 
  first_level:Raw_level_repr.t ->
  blocks_per_cycle:int32 ->
  blocks_per_commitment:int32 ->
  Raw_level_repr.t ->
  levelSource
type compat_t = {- level : Raw_level_repr.t;
- level_position : int32;
- cycle : Cycle_repr.t;
- cycle_position : int32;
- voting_period : int32;
- voting_period_position : int32;
- expected_commitment : bool;
}Compatibility module with Level_repr.t from protocol 007. In this version, the voting_period and voting_period_position fields are deprecated and replaced by a new RPC endpoint at Voting_services.voting_period
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >