package tezos-protocol-015-PtLimaPt

  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
Sourcemodule Parametric : sig ... end

Constants parameterized by context. See Constants_parametric_repr.

Sourcemodule Generated : sig ... end
Sourceval parametric : context -> Parametric.t
Sourceval preserved_cycles : context -> int
Sourceval blocks_per_cycle : context -> int32
Sourceval blocks_per_commitment : context -> int32
Sourceval nonce_revelation_threshold : context -> int32
Sourceval blocks_per_stake_snapshot : 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_015_PtLimaPt.Z.t
Sourceval proof_of_work_threshold : context -> int64
Sourceval minimal_stake : context -> Tez.t
Sourceval vdf_difficulty : context -> int64
Sourceval seed_nonce_revelation_tip : context -> Tez.t
Sourceval origination_size : context -> int
Sourceval baking_reward_fixed_portion : context -> Tez.t
Sourceval baking_reward_bonus_per_slot : context -> Tez.t
Sourceval endorsing_reward_per_slot : context -> Tez.t
Sourceval quorum_min : context -> int32
Sourceval quorum_max : context -> int32
Sourceval min_proposal_quorum : context -> int32
Sourceval liquidity_baking_subsidy : context -> Tez.t
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 max_slashing_period : context -> int
Sourceval frozen_deposits_percentage : context -> int
Sourceval double_baking_punishment : context -> Tez.t
Sourceval ratio_of_frozen_deposits_slashed_per_double_endorsement : context -> Ratio.t
Sourceval testnet_dictator : context -> public_key_hash option
Sourceval tx_rollup_enable : context -> bool
Sourceval tx_rollup_origination_size : context -> int
Sourceval tx_rollup_hard_size_limit_per_inbox : context -> int
Sourceval tx_rollup_hard_size_limit_per_message : context -> int
Sourceval tx_rollup_max_withdrawals_per_batch : context -> int
Sourceval tx_rollup_commitment_bond : context -> Tez.t
Sourceval tx_rollup_finality_period : context -> int
Sourceval tx_rollup_max_inboxes_count : context -> int
Sourceval tx_rollup_max_messages_per_inbox : context -> int
Sourceval tx_rollup_max_commitments_count : context -> int
Sourceval tx_rollup_max_ticket_payload_size : context -> int
Sourceval tx_rollup_rejection_max_proof_size : context -> int
Sourceval tx_rollup_sunset_level : context -> int32
Sourceval sc_rollup_enable : context -> bool
Sourceval dal_enable : context -> bool
Sourceval sc_rollup_origination_size : context -> int
Sourceval sc_rollup_max_number_of_messages_per_commitment_period : 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 zk_rollup_enable : context -> bool
Sourceval zk_rollup_min_pending_to_process : context -> int
Sourcetype t = private {
  1. fixed : fixed;
  2. parametric : Parametric.t;
}

All constants: fixed and parametric

Sourceval all : context -> t
OCaml

Innovation. Community. Security.