package tezos-protocol-002-PsYLVpVv

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type voting_period = t
val rpc_arg : voting_period Tezos_protocol_environment_002_PsYLVpVv__Environment.RPC_arg.t
val pp : Format.formatter -> voting_period -> unit
val (=) : voting_period -> voting_period -> bool
val (<>) : voting_period -> voting_period -> bool
val (<) : voting_period -> voting_period -> bool
val (<=) : voting_period -> voting_period -> bool
val (>=) : voting_period -> voting_period -> bool
val (>) : voting_period -> voting_period -> bool
val compare : voting_period -> voting_period -> int
val equal : voting_period -> voting_period -> bool
val to_int32 : voting_period -> int32
val of_int32_exn : int32 -> voting_period
val root : voting_period
type kind =
  1. | Proposal
  2. | Testing_vote
  3. | Testing
  4. | Promotion_vote
val kind_encoding : kind Data_encoding.t