Skip to main content
Version: v2.0_alpha

Minimal Anti Collusion Infrastructure (MACI) v2.0.0-alpha / IPublishBatchArgs

Interface: IPublishBatchArgs

Interface for the arguments to the batch publish command

Properties

maciAddress

maciAddress: string

The address of the MACI contract

Defined in

utils/interfaces.ts:631


messages

messages: IPublishMessage[]

User messages

Defined in

utils/interfaces.ts:621


pollId

pollId: bigint

The id of the poll

Defined in

utils/interfaces.ts:626


privateKey

privateKey: string

The private key of the user

Defined in

utils/interfaces.ts:641


publicKey

publicKey: string

The public key of the user

Defined in

utils/interfaces.ts:636


quiet?

optional quiet: boolean

Whether to log the output

Defined in

utils/interfaces.ts:651


signer

signer: Signer

A signer object

Defined in

utils/interfaces.ts:646