Module Tezos_protocol_demo_noops.Protocol

val name : string
include module type of struct include Tezos_raw_protocol_demo_noops end
include module type of struct include Tezos_raw_protocol_demo_noops.Main end
include Tezos_protocol_environment_demo_noops.Updater.PROTOCOL with type block_header_data = string
val max_block_length : int
val max_operation_data_length : int
type block_header_data = string
val acceptable_pass : operation -> int option
type mode = Tezos_raw_protocol_demo_noops.Main.mode =
  1. | Application of block_header
  2. | Partial_validation of block_header
  3. | Construction of {
    1. predecessor_hash : Tezos_protocol_environment_demo_noops.Block_hash.t;
    2. timestamp : Tezos_protocol_environment_demo_noops.Time.t;
    3. block_header_data : block_header_data;
    }
  4. | Partial_construction of {
    1. predecessor_hash : Tezos_protocol_environment_demo_noops.Block_hash.t;
    2. timestamp : Tezos_protocol_environment_demo_noops.Time.t;
    }