Module Context.Vote

val get_current_quorum : t -> int32 Tezos_base.TzPervasives.tzresult Lwt.t
val get_participation_ema : Block.t -> int32 Tezos_base.TzPervasives.tzresult Lwt.t
val set_participation_ema : Block.t -> int32 -> Block.t Lwt.t
type delegate_info = Tezos_protocol_023_PtSeouLo.Protocol.Alpha_context.Vote.delegate_info = {
  1. voting_power : Stdlib.Int64.t option;
  2. current_ballot : Tezos_protocol_023_PtSeouLo.Protocol.Alpha_context.Vote.ballot option;
  3. current_proposals : Tezos_base.TzPervasives.Protocol_hash.t list;
  4. remaining_proposals : int;
}

See Vote_storage.get_delegate_proposal_count.

Note that unlike most functions in the current module, this one does not call an RPC.