Skip to main content
Version: v1.3_alpha

TallyData

Interface for the tally file data.

Table of contents

Properties

Properties

chainId

Optional chainId: string

The chain ID for which these proofs are valid for

Defined in

utils/interfaces.ts:49


isQuadratic

isQuadratic: boolean

Whether the poll is using quadratic voting or not.

Defined in

utils/interfaces.ts:54


maci

maci: string

The MACI address.

Defined in

utils/interfaces.ts:33


network

Optional network: string

The name of the network for which these proofs are valid for

Defined in

utils/interfaces.ts:44


newTallyCommitment

newTallyCommitment: string

The new tally commitment.

Defined in

utils/interfaces.ts:64


perVOSpentVoiceCredits

Optional perVOSpentVoiceCredits: Object

The per VO spent voice credits.

Type declaration

NameTypeDescription
commitmentstringThe commitment of the per VO spent voice credits.
saltstringThe salt of the per VO spent voice credits.
tallystring[]The tally of the per VO spent voice credits.

Defined in

utils/interfaces.ts:109


pollId

pollId: string

The ID of the poll.

Defined in

utils/interfaces.ts:38


results

results: Object

The results of the poll.

Type declaration

NameTypeDescription
commitmentstringThe commitment of the results.
saltstringThe salt of the results.
tallystring[]The tally of the results.

Defined in

utils/interfaces.ts:69


tallyAddress

tallyAddress: string

The address of the Tally contract.

Defined in

utils/interfaces.ts:59


totalSpentVoiceCredits

totalSpentVoiceCredits: Object

The total spent voice credits.

Type declaration

NameTypeDescription
commitmentstringThe commitment of the spent voice credits.
saltstringThe salt of the spent voice credits.
spentstringThe spent voice credits.

Defined in

utils/interfaces.ts:89