package tezos-protocol-005-PsBABY5H

  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_revelations_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_revelations_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. endorsers_per_block : int;
  8. hard_gas_limit_per_operation : Tezos_protocol_environment_005_PsBABY5H.Z.t;
  9. hard_gas_limit_per_block : Tezos_protocol_environment_005_PsBABY5H.Z.t;
  10. proof_of_work_threshold : int64;
  11. tokens_per_roll : Tez.t;
  12. michelson_maximum_type_size : int;
  13. seed_nonce_revelation_tip : Tez.t;
  14. origination_size : int;
  15. block_security_deposit : Tez.t;
  16. endorsement_security_deposit : Tez.t;
  17. block_reward : Tez.t;
  18. endorsement_reward : Tez.t;
  19. cost_per_byte : Tez.t;
  20. hard_storage_limit_per_operation : Tezos_protocol_environment_005_PsBABY5H.Z.t;
  21. test_chain_duration : int64;
  22. quorum_min : int32;
  23. quorum_max : int32;
  24. min_proposal_quorum : int32;
  25. initial_endorsers : int;
  26. delay_per_missing_endorsement : Period.t;
}

Constants parameterized by context

Sourceval parametric : context -> parametric
Sourceval preserved_cycles : context -> int
Sourceval blocks_per_cycle : context -> int32
Sourceval blocks_per_commitment : context -> int32
Sourceval blocks_per_roll_snapshot : context -> int32
Sourceval blocks_per_voting_period : context -> int32
Sourceval time_between_blocks : context -> Period.t list
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 -> Tezos_protocol_environment_005_PsBABY5H.Z.t
Sourceval cost_per_byte : context -> Tez.t
Sourceval hard_storage_limit_per_operation : context -> Tezos_protocol_environment_005_PsBABY5H.Z.t
Sourceval proof_of_work_threshold : context -> int64
Sourceval tokens_per_roll : context -> Tez.t
Sourceval michelson_maximum_type_size : context -> int
Sourceval block_reward : context -> Tez.t
Sourceval endorsement_reward : context -> Tez.t
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 test_chain_duration : context -> int64
Sourceval quorum_min : context -> int32
Sourceval quorum_max : context -> int32
Sourceval min_proposal_quorum : context -> int32
Sourcetype t = {
  1. fixed : fixed;
  2. parametric : parametric;
}

All constants: fixed and parametric

OCaml

Innovation. Community. Security.