VerifyElectionCeremonyInput
threshold-elgamal / threshold-elgamal / VerifyElectionCeremonyInput
Type alias: VerifyElectionCeremonyInput
Section titled “Type alias: 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.
Properties
Section titled “Properties”ballotClosePayload
Section titled “ballotClosePayload”
readonlyballotClosePayload:SignedPayload<BallotClosePayload>
ballotPayloads
Section titled “ballotPayloads”
readonlyballotPayloads: readonlySignedPayload<BallotSubmissionPayload>[]
decryptionSharePayloads
Section titled “decryptionSharePayloads”
readonlydecryptionSharePayloads: readonlySignedPayload<DecryptionSharePayload>[]
dkgTranscript
Section titled “dkgTranscript”
readonlydkgTranscript: readonlySignedPayload[]
manifest
Section titled “manifest”
readonlymanifest:ElectionManifest
sessionId
Section titled “sessionId”
readonlysessionId:string
tallyPublications?
Section titled “tallyPublications?”
readonlyoptionaltallyPublications?: readonlySignedPayload<TallyPublicationPayload>[]