package tezos-protocol-014-PtKathma

  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_014_PtKathma.Int64.t option;
  2. current_ballot : ballot option;
  3. current_proposals : Tezos_protocol_environment_014_PtKathma.Protocol_hash.t list;
  4. remaining_proposals : int;
}
type ballots = {
  1. yay : int64;
  2. nay : int64;
  3. pass : int64;
}
OCaml

Innovation. Community. Security.