Skip to main content
Version: v2.x

Minimal Anti Collusion Infrastructure (MACI) / IPublishBatchArgs

Interface: IPublishBatchArgs

Defined in: utils/interfaces.ts:782

Interface for the arguments to the batch publish command

Properties

maciAddress

maciAddress: string

Defined in: utils/interfaces.ts:796

The address of the MACI contract


messages

messages: IPublishMessage[]

Defined in: utils/interfaces.ts:786

User messages


pollId

pollId: bigint

Defined in: utils/interfaces.ts:791

The id of the poll


privateKey

privateKey: string

Defined in: utils/interfaces.ts:806

The private key of the user


publicKey

publicKey: string

Defined in: utils/interfaces.ts:801

The public key of the user


quiet?

optional quiet: boolean

Defined in: utils/interfaces.ts:816

Whether to log the output


signer

signer: Signer

Defined in: utils/interfaces.ts:811

A signer object