package tezos-protocol-016-PtMumbai

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

This module re-exports definitions from Vote_repr and Vote_storage.

type ballot =
  1. | Yay
  2. | Nay
  3. | Pass
val equal_ballot : ballot -> ballot -> bool
type delegate_info = {
  1. voting_power : Tezos_protocol_environment_016_PtMumbai.Int64.t option;
  2. current_ballot : ballot option;
  3. current_proposals : Tezos_protocol_environment_016_PtMumbai.Protocol_hash.t list;
  4. remaining_proposals : int;
}
type ballots = {
  1. yay : int64;
  2. nay : int64;
  3. pass : int64;
}
val ballots_zero : ballots
val equal_ballots : ballots -> ballots -> bool
OCaml

Innovation. Community. Security.