Genesis_constantsmodule Proof_level : sig ... endmodule Fork_constants : sig ... endmodule Constraint_constants : sig ... endConstants that affect the constraint systems for proofs (and thus also key generation).
module Protocol : sig ... endmodule T : sig ... endinclude module type of struct include T endtype t = T.t = {| protocol : Protocol.Stable.Latest.t; | 
| txpool_max_size : int; | 
| num_accounts : int option; | 
| zkapp_proof_update_cost : float; | 
| zkapp_signed_single_update_cost : float; | 
| zkapp_signed_pair_update_cost : float; | 
| zkapp_transaction_cost_limit : float; | 
| max_event_elements : int; | 
| max_sequence_event_elements : int; | 
}val to_yojson : t -> Yojson.Safe.tval _ : t -> Yojson.Safe.tval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval __bin_read_t__ : ( int -> t ) Core_kernel.Bin_prot.Read.readerval bin_read_t : t Core_kernel.Bin_prot.Read.readerval bin_reader_t : t Core_kernel.Bin_prot.Type_class.readerval bin_size_t : t Core_kernel.Bin_prot.Size.sizerval bin_write_t : t Core_kernel.Bin_prot.Write.writerval bin_writer_t : t Core_kernel.Bin_prot.Type_class.writerval bin_t : t Core_kernel.Bin_prot.Type_class.tval hash : t -> stringval compiled : tval for_unit_tests : t