package tezos-protocol-005-PsBabyM1

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

Module Alpha_context.VoteSource

Sourcetype ballot =
  1. | Yay
  2. | Nay
  3. | Pass
Sourcetype ballots = {
  1. yay : int32;
  2. nay : int32;
  3. pass : int32;
}
OCaml

Innovation. Community. Security.