package tezos-protocol-007-PsDELPH1

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

a protocol change proposal

type ballot =
  1. | Yay
  2. | Nay
  3. | Pass

votes can be for, against or neutral. Neutral serves to count towards a quorum

val ballot_encoding : ballot Data_encoding.t