Module Constants.Generated

type t = {
  1. consensus_threshold : int;
  2. issuance_weights : Parametric.issuance_weights;
  3. max_slashing_threshold : int;
}
val generate : consensus_committee_size:int -> t