package tezos-protocol-015-PtLimaPt

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

Module Alpha_context.VoteSource

This module re-exports definitions from Vote_repr and Vote_storage.

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

Innovation. Community. Security.