Snark_keys_header.Constraint_constantsmodule Transaction_capacity : sig ... endmodule Fork_config : sig ... endtype t = {sub_windows_per_window : int; |
ledger_depth : int; |
work_delay : int; |
block_window_duration_ms : int; |
transaction_capacity : Transaction_capacity.t; |
pending_coinbase_depth : int; |
coinbase_amount : UInt64.t; |
supercharged_coinbase_factor : int; |
account_creation_fee : UInt64.t; |
fork : Fork_config.t option; |
}The constants used in the constraint system.
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 t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> tval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t