Module Runtime_config.Proof_keys

module Level : sig ... end
module Transaction_capacity : sig ... end
type t = {
level : Level.t option;
sub_windows_per_window : int option;
ledger_depth : int option;
work_delay : int option;
block_window_duration_ms : int option;
transaction_capacity : Transaction_capacity.t option;
coinbase_amount : Currency.Amount.Stable.Latest.t option;
supercharged_coinbase_factor : int option;
account_creation_fee : Currency.Fee.Stable.Latest.t option;
fork : Fork_config.t option;
}
val bin_shape_t : Core_kernel.Bin_prot.Shape.t
val __bin_read_t__ : ( int -> t ) Core_kernel.Bin_prot.Read.reader
val bin_read_t : t Core_kernel.Bin_prot.Read.reader
val bin_reader_t : t Core_kernel.Bin_prot.Type_class.reader
val bin_size_t : t Core_kernel.Bin_prot.Size.sizer
val bin_write_t : t Core_kernel.Bin_prot.Write.writer
val bin_writer_t : t Core_kernel.Bin_prot.Type_class.writer
val bin_t : t Core_kernel.Bin_prot.Type_class.t
val to_json_layout : t -> Json_layout.Proof_keys.t
val of_json_layout : Json_layout.Proof_keys.t -> ( t, string ) Core_kernel__Result.t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> ( t, string ) Core_kernel.Result.t
val combine : t -> t -> t