Module Tezos_protocol_alpha.ProtocolSource

Sourceval hash : Tezos_crypto.Hashed.Protocol_hash.t
Sourceval name : string
include module type of struct include Tezos_raw_protocol_alpha end
Sourcemodule Constants_parametric_previous_repr = Tezos_raw_protocol_alpha.Constants_parametric_previous_repr
Sourcemodule Delegate_missed_endorsements_storage = Tezos_raw_protocol_alpha.Delegate_missed_endorsements_storage
Sourcemodule Delegate_slashed_deposits_storage = Tezos_raw_protocol_alpha.Delegate_slashed_deposits_storage
Sourcemodule Michelson_v1_gas_costs_generated = Tezos_raw_protocol_alpha.Michelson_v1_gas_costs_generated
Sourcemodule Sc_rollup_inbox_merkelized_payload_hashes_repr = Tezos_raw_protocol_alpha.Sc_rollup_inbox_merkelized_payload_hashes_repr
Sourcemodule Tx_rollup_message_result_hash_repr = Tezos_raw_protocol_alpha.Tx_rollup_message_result_hash_repr
Sourcemodule Tx_rollup_withdraw_list_hash_repr = Tezos_raw_protocol_alpha.Tx_rollup_withdraw_list_hash_repr
Sourcemodule Zk_rollup_circuit_public_inputs_repr = Tezos_raw_protocol_alpha.Zk_rollup_circuit_public_inputs_repr
include module type of struct include Tezos_raw_protocol_alpha.Main end
include Tezos_protocol_environment_alpha.Updater.PROTOCOL with type block_header_data = Tezos_raw_protocol_alpha.Alpha_context.Block_header.protocol_data and type block_header_metadata = Tezos_raw_protocol_alpha.Apply_results.block_metadata and type block_header = Tezos_raw_protocol_alpha.Alpha_context.Block_header.t and type operation_data := operation_data and type operation_receipt = Tezos_raw_protocol_alpha.Apply_results.packed_operation_metadata and type operation := operation and type validation_state = Tezos_raw_protocol_alpha.Validate.validation_state and type application_state = Tezos_raw_protocol_alpha.Apply.application_state
Sourceval max_block_length : int
Sourceval max_operation_data_length : int
Sourceval acceptable_pass : operation -> int option
Sourcetype mode = Tezos_raw_protocol_alpha.Main.mode =
  1. | Application of block_header
  2. | Partial_validation of block_header
  3. | Construction of {
    1. predecessor_hash : Tezos_protocol_environment_alpha.Block_hash.t;
    2. timestamp : Tezos_protocol_environment_alpha.Time.t;
    3. block_header_data : block_header_data;
    }
  4. | Partial_construction of {
    1. predecessor_hash : Tezos_protocol_environment_alpha.Block_hash.t;
    2. timestamp : Tezos_protocol_environment_alpha.Time.t;
    }