package tezos-protocol-006-PsCARTHA

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val get_listings : context -> (public_key_hash * int32) list Tezos_protocol_environment.Lwt.t
type ballot =
  1. | Yay
  2. | Nay
  3. | Pass
type ballots = {
  1. yay : int32;
  2. nay : int32;
  3. pass : int32;
}
val has_recorded_ballot : context -> public_key_hash -> bool Tezos_protocol_environment.Lwt.t