Alpha_context.Constants
This module re-exports definitions from Constants_repr
and Constants_storage
.
val fixed_encoding :
fixed Mavryk_protocol_environment_001_PtAtLas.Data_encoding.t
val mainnet_id : Mavryk_protocol_environment_001_PtAtLas.Chain_id.t
val sc_rollup_max_number_of_messages_per_level :
Mavryk_protocol_environment_001_PtAtLas.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 hard_storage_limit_per_operation :
context ->
Mavryk_protocol_environment_001_PtAtLas.Z.t
val proof_of_work_threshold : context -> int64
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 round_durations : context -> Round.round_durations
val consensus_committee_size : context -> int
val consensus_threshold : context -> int
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_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
All constants: fixed and parametric
val encoding : t Mavryk_protocol_environment_001_PtAtLas.Data_encoding.t