package tezos-protocol-020-PsParisC

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

Module Alpha_context.ConstantsSource

This module re-exports definitions from Constants_repr and Constants_storage.

Sourcetype fixed

Fixed constants

Sourceval proof_of_work_nonce_size : int
Sourceval nonce_length : int
Sourceval max_anon_ops_per_block : int
Sourceval max_operation_data_length : int
Sourceval max_proposals_per_delegate : int
Sourceval michelson_maximum_type_size : int
Sourceval max_slashing_period : int
Sourceval sc_rollup_message_size_limit : int
Sourceval sc_rollup_max_number_of_messages_per_level : Tezos_protocol_environment_020_PsParisC.Z.t
Sourcemodule Parametric : sig ... end

Constants parameterized by context. See Constants_parametric_repr.

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

All constants: fixed and parametric

Sourceval all : context -> t
OCaml

Innovation. Community. Security.