package tezos-protocol-016-PtMumbai

  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-016-PtMumbai.raw/Tezos_raw_protocol_016_PtMumbai/Alpha_context/Voting_period/index.html

Module Alpha_context.Voting_periodSource

This module re-exports definitions from Voting_period_repr and Voting_period_storage.

Sourcetype kind =
  1. | Proposal
  2. | Exploration
  3. | Cooldown
  4. | Promotion
  5. | Adoption
Sourcetype voting_period = private {
  1. index : int32;
  2. kind : kind;
  3. start_position : int32;
}
include BASIC_DATA with type t := t
include Tezos_protocol_environment_016_PtMumbai.Compare.S with type t := t
val (=) : t -> t -> bool
val (<>) : t -> t -> bool
val (<) : t -> t -> bool
val (<=) : t -> t -> bool
val (>=) : t -> t -> bool
val (>) : t -> t -> bool
val compare : t -> t -> int
val equal : t -> t -> bool
val max : t -> t -> t
val min : t -> t -> t
Sourcetype info = {
  1. voting_period : t;
  2. position : int32;
  3. remaining : int32;
}
Sourcemodule Testnet_dictator : sig ... end
OCaml

Innovation. Community. Security.