Module Mavryk_protocol.Protocol_kind

type t = [
  1. | `Atlas
  2. | `Boreas
  3. | `Alpha
]
val default : t
val cmdliner_term : ?default:t -> docs:Internal_pervasives.string -> Internal_pervasives.unit -> t Cmdliner.Term.t
val pp : t Fmt.t
val canonical_hash : t -> Internal_pervasives.string
val daemon_suffix_exn : t -> Internal_pervasives.string
val wants_contract_manager : t -> Internal_pervasives.bool
val wants_endorser_daemon : t -> Internal_pervasives.bool