Genesis_constants.Protocol
module Poly : sig ... end
module Stable : sig ... end
type t = Stable.Latest.t
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 ]