Module Genesis_constants.Protocol

module Poly : sig ... end
module Stable : sig ... end
val compare : t -> t -> Ppx_deriving_runtime.int
val equal : t -> t -> bool
val hash_fold_t : Ppx_hash_lib.Std.Hash.state -> t -> Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
val to_yojson : Stable.Latest.t -> [> `Assoc of (string * [> `Int of int | `String of Core_kernel__.Import.string ]) list ]