tezos-protocol-014-PtKathma.raw
Tezos_raw_protocol_014_PtKathma.Vote_repr
tezos-protocol-014-PtKathma
tezos-protocol-014-PtKathma.environment
tezos-protocol-014-PtKathma.lifted
tezos-protocol-014-PtKathma.parameters
type proposal = Tezos_protocol_environment_014_PtKathma.Protocol_hash.t
a protocol change proposal
type ballot =
| Yay
| Nay
| Pass
votes can be for, against or neutral. Neutral serves to count towards a quorum
val ballot_encoding : ballot Tezos_protocol_environment_014_PtKathma.Data_encoding.t
val equal_ballot : ballot -> ballot -> bool
val pp_ballot : Tezos_protocol_environment_014_PtKathma.Format.formatter -> ballot -> unit