Genesis_constants.Constraint_constantsConstants that affect the constraint systems for proofs (and thus also key generation).
Care must be taken to ensure that these match against the proving/ verification keys when proof_level=Full, otherwise generated proofs will be invalid.
type t = {sub_windows_per_window : int; |
ledger_depth : int; |
work_delay : int; |
block_window_duration_ms : int; |
transaction_capacity_log_2 : int; |
pending_coinbase_depth : int; |
coinbase_amount : Currency.Amount.Stable.Latest.t; |
supercharged_coinbase_factor : int; |
account_creation_fee : Currency.Fee.Stable.Latest.t; |
fork : Fork_constants.t option; |
}val to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval __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 t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> tval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval to_snark_keys_header : t -> Snark_keys_header.Constraint_constants.tval compiled : tval for_unit_tests : t