package tezos-protocol-013-PtJakart

  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 : int64;
  2. nay : int64;
  3. pass : int64;
}
OCaml

Innovation. Community. Security.