Context.Voteval get_ballots :
t ->
Tezos_protocol_023_PtSeouLo.Protocol.Alpha_context.Vote.ballots
Tezos_base.TzPervasives.tzresult
Lwt.tval get_ballot_list :
t ->
(Tezos_023_PtSeouLo_test_helpers.Signature.Public_key_hash.t
* Tezos_protocol_023_PtSeouLo.Protocol.Alpha_context.Vote.ballot)
list
Tezos_base.TzPervasives.tzresult
Lwt.tval get_current_period :
t ->
Tezos_protocol_023_PtSeouLo.Protocol.Alpha_context.Voting_period.info
Tezos_base.TzPervasives.tzresult
Lwt.tval get_current_quorum : t -> int32 Tezos_base.TzPervasives.tzresult Lwt.tval get_participation_ema :
Block.t ->
int32 Tezos_base.TzPervasives.tzresult Lwt.tval get_listings :
t ->
(Tezos_023_PtSeouLo_test_helpers.Signature.Public_key_hash.t * int64) list
Tezos_base.TzPervasives.tzresult
Lwt.tval get_proposals :
t ->
int64 Tezos_protocol_023_PtSeouLo.Environment.Protocol_hash.Map.t
Tezos_base.TzPervasives.tzresult
Lwt.tval get_current_proposal :
t ->
Tezos_protocol_023_PtSeouLo.Environment.Protocol_hash.t option
Tezos_base.TzPervasives.tzresult
Lwt.tval get_protocol : Block.t -> Tezos_base.TzPervasives.Protocol_hash.t Lwt.ttype delegate_info =
Tezos_protocol_023_PtSeouLo.Protocol.Alpha_context.Vote.delegate_info =
{voting_power : Stdlib.Int64.t option;current_ballot : Tezos_protocol_023_PtSeouLo.Protocol.Alpha_context.Vote.ballot
option;current_proposals : Tezos_base.TzPervasives.Protocol_hash.t list;remaining_proposals : int;}val get_delegate_proposal_count :
t ->
Tezos_protocol_023_PtSeouLo.Protocol.Alpha_context.public_key_hash ->
int Tezos_base.TzPervasives.tzresult Lwt.tSee Vote_storage.get_delegate_proposal_count.
Note that unlike most functions in the current module, this one does not call an RPC.