Module RPC.Validators

type t = {
  1. level : Tezos_protocol_alpha.Protocol.Alpha_context.Raw_level.t;
  2. consensus_threshold : int64;
  3. consensus_committee : int64;
  4. delegates : delegate list;
}
module S : sig ... end
val register : unit -> unit