Module Genesis_block_hash.Choice

type t = [
  1. | `Random
  2. | `Force of Internal_pervasives.string
  3. | `Old_default
  4. | `From_protocol_kind
]
val pp : t Fmt.t
val pp_short : t Fmt.t
val cmdliner_term : unit -> t Cmdliner.Term.t