Module Mavryk_protocol.Voting_period

type t = [
  1. | `Proposal
  2. | `Exploration
  3. | `Cooldown
  4. | `Promotion
  5. | `Adoption
]