package tezos-protocol-010-PtGRANAD

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

Module Alpha_context.ConstantsSource

Sourcetype fixed = {
  1. proof_of_work_nonce_size : int;
  2. nonce_length : int;
  3. max_anon_ops_per_block : int;
  4. max_operation_data_length : int;
  5. max_proposals_per_delegate : int;
}

Fixed constants

Sourceval fixed : fixed
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
Sourcetype parametric = {
  1. preserved_cycles : int;
  2. blocks_per_cycle : int32;
  3. blocks_per_commitment : int32;
  4. blocks_per_roll_snapshot : int32;
  5. blocks_per_voting_period : int32;
  6. time_between_blocks : Period.t list;
  7. minimal_block_delay : Period.t;
  8. endorsers_per_block : int;
  9. hard_gas_limit_per_operation : Gas.Arith.integral;
  10. hard_gas_limit_per_block : Gas.Arith.integral;
  11. proof_of_work_threshold : int64;
  12. tokens_per_roll : Tez.t;
  13. michelson_maximum_type_size : int;
  14. seed_nonce_revelation_tip : Tez.t;
  15. origination_size : int;
  16. block_security_deposit : Tez.t;
  17. endorsement_security_deposit : Tez.t;
  18. baking_reward_per_endorsement : Tez.t list;
  19. endorsement_reward : Tez.t list;
  20. cost_per_byte : Tez.t;
  21. hard_storage_limit_per_operation : Tezos_protocol_environment_010_PtGRANAD.Z.t;
  22. quorum_min : int32;
  23. quorum_max : int32;
  24. min_proposal_quorum : int32;
  25. initial_endorsers : int;
  26. delay_per_missing_endorsement : Period.t;
  27. liquidity_baking_subsidy : Tez.t;
  28. liquidity_baking_sunset_level : int32;
  29. liquidity_baking_escape_ema_threshold : int32;
}

Constants parameterized by context

Sourceval parametric : context -> parametric
Sourceval preserved_cycles : context -> int
Sourceval time_between_blocks : context -> Period.t list
Sourceval minimal_block_delay : context -> Period.t
Sourceval endorsers_per_block : context -> int
Sourceval initial_endorsers : context -> int
Sourceval delay_per_missing_endorsement : context -> Period.t
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_010_PtGRANAD.Z.t
Sourceval proof_of_work_threshold : context -> int64
Sourceval tokens_per_roll : context -> Tez.t
Sourceval michelson_maximum_type_size : context -> int
Sourceval baking_reward_per_endorsement : context -> Tez.t list
Sourceval endorsement_reward : context -> Tez.t list
Sourceval seed_nonce_revelation_tip : context -> Tez.t
Sourceval origination_size : context -> int
Sourceval block_security_deposit : context -> Tez.t
Sourceval endorsement_security_deposit : 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_sunset_level : context -> int32
Sourceval liquidity_baking_escape_ema_threshold : context -> int32
Sourcetype t = {
  1. fixed : fixed;
  2. parametric : parametric;
}

All constants: fixed and parametric

OCaml

Innovation. Community. Security.