package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

This module re-exports definitions from Constants_repr and Constants_storage.

type fixed

Fixed constants

val proof_of_work_nonce_size : int
val nonce_length : int
val max_anon_ops_per_block : int
val max_operation_data_length : int
val max_proposals_per_delegate : int
val michelson_maximum_type_size : int
val max_slashing_period : int
val sc_rollup_message_size_limit : int
val sc_rollup_max_number_of_messages_per_level : Tezos_protocol_environment_alpha.Z.t
module Parametric : sig ... end

Constants parameterized by context. See Constants_parametric_repr.

module Generated : sig ... end
val parametric : context -> Parametric.t
val sc_rollup : context -> Parametric.sc_rollup
val preserved_cycles : context -> int
val blocks_per_cycle : context -> int32
val blocks_per_commitment : context -> int32
val nonce_revelation_threshold : context -> int32
val blocks_per_stake_snapshot : context -> int32
val cycles_per_voting_period : context -> int32
val hard_gas_limit_per_operation : context -> Gas.Arith.integral
val hard_gas_limit_per_block : context -> Gas.Arith.integral
val cost_per_byte : context -> Tez.t
val hard_storage_limit_per_operation : context -> Tezos_protocol_environment_alpha.Z.t
val proof_of_work_threshold : context -> int64
val minimal_stake : context -> Tez.t
val minimal_frozen_stake : context -> Tez.t
val vdf_difficulty : context -> int64
val origination_size : context -> int
val issuance_weights : context -> Parametric.issuance_weights
val quorum_min : context -> int32
val quorum_max : context -> int32
val min_proposal_quorum : context -> int32
val liquidity_baking_toggle_ema_threshold : context -> int32
val minimal_block_delay : context -> Period.t
val delay_increment_per_round : context -> Period.t
val consensus_committee_size : context -> int
val consensus_threshold : context -> int
val minimal_participation_ratio : context -> Ratio.t
val limit_of_delegation_over_baking : context -> int
val percentage_of_frozen_deposits_slashed_per_double_baking : context -> Int_percentage.t
val percentage_of_frozen_deposits_slashed_per_double_attestation : context -> Int_percentage.t
val testnet_dictator : context -> public_key_hash option
val sc_rollup_arith_pvm_enable : context -> bool
val dal_enable : context -> bool
val sc_rollup_origination_size : context -> int
val sc_rollup_stake_amount : t -> Tez.t
val sc_rollup_commitment_period_in_blocks : t -> int
val sc_rollup_max_lookahead_in_blocks : t -> int32
val sc_rollup_max_active_outbox_levels : context -> int32
val sc_rollup_max_outbox_messages_per_level : context -> int
val sc_rollup_number_of_sections_in_dissection : context -> int
val max_number_of_stored_cemented_commitments : context -> int
val sc_rollup_reveal_activation_level : context -> Parametric.sc_rollup_reveal_activation_level
val sc_rollup_private_enable : context -> bool
val zk_rollup_enable : context -> bool
val zk_rollup_min_pending_to_process : context -> int
val adaptive_issuance_enable : context -> bool
val zk_rollup_max_ticket_payload_size : context -> int
val direct_ticket_spending_enable : context -> bool
type t = private {
  1. fixed : fixed;
  2. parametric : Parametric.t;
}

All constants: fixed and parametric

val all : context -> t
OCaml

Innovation. Community. Security.