This admin endpoint closes the active voting phase. Once called, no further ballots can be submitted. The system immediately triggers the ballot decryption pipeline: the counter decrypts all submitted ballots, the commissioner validates N2 hashes, and the final tally is published atDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/Crypto-Project-ENSTA/front-end/llms.txt
Use this file to discover all available pages before exploring further.
GET /results/tally.
Response fields
Indicates whether the transition succeeded or failed.
A human-readable description of the outcome.
This endpoint is only available when
voting_status === "vote_started". Calls made during registration or after voting has already ended will return an error.What happens next
After a successful call:- The counter decrypts all submitted ballots.
- The commissioner validates N2 hashes for each ballot.
- Results are published and become available at
GET /results/tally. - Voters can verify their individual ballots using
POST /results/verify-vote.