package tezos-protocol-008-PtEdoTez

  1. Overview
  2. Docs
Tezos/Protocol: economic-protocol definition

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-17.3.tar.gz
sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680
sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc

doc/tezos-protocol-008-PtEdoTez.raw/Tezos_raw_protocol_008_PtEdoTez/Level_repr/index.html

Module Tezos_raw_protocol_008_PtEdoTez.Level_reprSource

Sourcetype t = private {
  1. level : Raw_level_repr.t;
    (*

    The level of the block relative to genesis. This is also the Shell's notion of level.

    *)
  2. level_position : int32;
    (*

    The level of the block relative to the block that started the first version of protocol alpha.

    *)
  3. 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.

    *)
  4. cycle_position : int32;
    (*

    The current level of the block relative to the first block of the current cycle.

    *)
  5. expected_commitment : bool;
}
Sourcetype level = t
include Tezos_protocol_environment_008_PtEdoTez.Compare.S with type t := level
val (=) : level -> level -> bool
val (<>) : level -> level -> bool
val (<) : level -> level -> bool
val (<=) : level -> level -> bool
val (>=) : level -> level -> bool
val (>) : level -> level -> bool
val compare : level -> level -> int
val equal : level -> level -> bool
val max : level -> level -> level
val min : level -> level -> level
Sourceval root_level : Raw_level_repr.t -> level
Sourceval level_from_raw : first_level:Raw_level_repr.t -> blocks_per_cycle:int32 -> blocks_per_commitment:int32 -> Raw_level_repr.t -> level
Sourceval diff : level -> level -> int32
Sourcetype compat_t = {
  1. level : Raw_level_repr.t;
  2. level_position : int32;
  3. cycle : Cycle_repr.t;
  4. cycle_position : int32;
  5. voting_period : int32;
  6. voting_period_position : int32;
  7. 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

Sourceval to_deprecated_type : t -> voting_period_index:int32 -> voting_period_position:int32 -> compat_t
OCaml

Innovation. Community. Security.