Skip to main content
Version: v2.x

Minimal Anti Collusion Infrastructure (MACI) / ISubmitVoteBatchArgs

Interface: ISubmitVoteBatchArgs

Defined in: packages/sdk/ts/vote/types.ts:102

Interface for the submitVoteBatch function

Properties

pollAddress

pollAddress: string

Defined in: packages/sdk/ts/vote/types.ts:106

The address of the poll


signer

signer: Signer

Defined in: packages/sdk/ts/vote/types.ts:117

The signer to use


votes

votes: IVote[]

Defined in: packages/sdk/ts/vote/types.ts:112

The votes to submit

Note

The messages must be in reverse order (by nonce) to be processed correctly