Skip to main content
Version: v3.x

Minimal Anti Collusion Infrastructure (MACI) / IJsonMaciState

Interface: IJsonMaciState

Defined in: utils/types.ts:121

This interface defines the JSON representation of a MaciState

Properties

currentPollBeingProcessed

currentPollBeingProcessed: string

Defined in: utils/types.ts:126


pollBeingProcessed

pollBeingProcessed: boolean

Defined in: utils/types.ts:125


polls

polls: IJsonPoll[]

Defined in: utils/types.ts:123


publicKeys

publicKeys: IJsonPublicKey[]

Defined in: utils/types.ts:124


stateTreeDepth

stateTreeDepth: number

Defined in: utils/types.ts:122


totalSignups

totalSignups: number

Defined in: utils/types.ts:127