tryVerifyElectionCeremony
threshold-elgamal / threshold-elgamal / tryVerifyElectionCeremony
Function: tryVerifyElectionCeremony()
Section titled “Function: tryVerifyElectionCeremony()”tryVerifyElectionCeremony(
input):Promise<ElectionVerificationResult>
Runs the full ceremony verifier and returns a structured success-or-failure result without throwing.
This is the preferred integration point for applications that want stable failure stages and codes instead of exception handling.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Promise<ElectionVerificationResult>