Skip to content

VerifyElectionCeremonyInput

threshold-elgamal


threshold-elgamal / threshold-elgamal / VerifyElectionCeremonyInput

VerifyElectionCeremonyInput = object

Input bundle for full ceremony verification across all published options.

This is the top-level verifier input that an auditor or bulletin-board reader supplies when replaying a full ceremony.

readonly ballotClosePayload: SignedPayload<BallotClosePayload>


readonly ballotPayloads: readonly SignedPayload<BallotSubmissionPayload>[]


readonly decryptionSharePayloads: readonly SignedPayload<DecryptionSharePayload>[]


readonly dkgTranscript: readonly SignedPayload[]


readonly manifest: ElectionManifest


readonly sessionId: string


readonly optional tallyPublications?: readonly SignedPayload<TallyPublicationPayload>[]