Skip to content

tryVerifyElectionCeremony

threshold-elgamal


threshold-elgamal / threshold-elgamal / 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.

VerifyElectionCeremonyInput

Promise<ElectionVerificationResult>