package tezos-protocol-010-PtGRANAD

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

Module Tezos_raw_protocol_010_PtGRANAD.Constants_reprSource

Sourceval version_number_004 : string
Sourceval version_number : string
Sourceval proof_of_work_nonce_size : int
Sourceval nonce_length : int
Sourceval max_anon_ops_per_block : int
Sourceval max_proposals_per_delegate : int
Sourceval max_operation_data_length : int
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;
}
Sourceval fixed : fixed
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_repr.t list;
  7. minimal_block_delay : Period_repr.t;
  8. endorsers_per_block : int;
  9. hard_gas_limit_per_operation : Gas_limit_repr.Arith.integral;
  10. hard_gas_limit_per_block : Gas_limit_repr.Arith.integral;
  11. proof_of_work_threshold : int64;
  12. tokens_per_roll : Tez_repr.t;
  13. michelson_maximum_type_size : int;
  14. seed_nonce_revelation_tip : Tez_repr.t;
  15. origination_size : int;
  16. block_security_deposit : Tez_repr.t;
  17. endorsement_security_deposit : Tez_repr.t;
  18. baking_reward_per_endorsement : Tez_repr.t list;
  19. endorsement_reward : Tez_repr.t list;
  20. cost_per_byte : Tez_repr.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_repr.t;
  27. liquidity_baking_subsidy : Tez_repr.t;
  28. liquidity_baking_sunset_level : int32;
  29. liquidity_baking_escape_ema_threshold : int32;
}
Sourcetype t = {
  1. fixed : fixed;
  2. parametric : parametric;
}

performs some consistency on the protocol parameters

Sourcemodule Proto_previous : sig ... end
OCaml

Innovation. Community. Security.