Skip to main content
Version: v2.x

Minimal Anti Collusion Infrastructure (MACI) / IDeployPollArgs

Interface: IDeployPollArgs

Defined in: packages/sdk/ts/deploy/types.ts:9

The arguments for the deploy poll command

Properties

coordinatorPubKey

coordinatorPubKey: PubKey

Defined in: packages/sdk/ts/deploy/types.ts:37

The coordinator public key


gatekeeperContractAddress

gatekeeperContractAddress: string

Defined in: packages/sdk/ts/deploy/types.ts:53

The address of the gatekeeper contract


initialVoiceCreditProxyContractAddress

initialVoiceCreditProxyContractAddress: string

Defined in: packages/sdk/ts/deploy/types.ts:57

The address of the initial voice credit proxy contract


intStateTreeDepth

intStateTreeDepth: number

Defined in: packages/sdk/ts/deploy/types.ts:25

The depth of the integer state tree


maciContractAddress

maciContractAddress: string

Defined in: packages/sdk/ts/deploy/types.ts:13

The address of the MACI contract


messageBatchSize

messageBatchSize: number

Defined in: packages/sdk/ts/deploy/types.ts:33

The batch size of the messages


mode

mode: EMode

Defined in: packages/sdk/ts/deploy/types.ts:49

The mode of the poll


pollEndTimestamp

pollEndTimestamp: number

Defined in: packages/sdk/ts/deploy/types.ts:21

The end timestamp of the poll


pollStartTimestamp

pollStartTimestamp: number

Defined in: packages/sdk/ts/deploy/types.ts:17

The start timestamp of the poll


relayers

relayers: string[]

Defined in: packages/sdk/ts/deploy/types.ts:61

The addresses of the relayers


signer

signer: Signer

Defined in: packages/sdk/ts/deploy/types.ts:69

The signer


verifierContractAddress

verifierContractAddress: string

Defined in: packages/sdk/ts/deploy/types.ts:41

The address of the verifier contract


vkRegistryContractAddress

vkRegistryContractAddress: string

Defined in: packages/sdk/ts/deploy/types.ts:45

The address of the VK registry contract


voteOptions

voteOptions: number

Defined in: packages/sdk/ts/deploy/types.ts:65

The number of vote options


voteOptionTreeDepth

voteOptionTreeDepth: number

Defined in: packages/sdk/ts/deploy/types.ts:29

The depth of the vote option tree