Minimal Anti Collusion Infrastructure (MACI) / IGenerateMaciStateArgs
Interface: IGenerateMaciStateArgs
Defined in: packages/sdk/ts/maci/types.ts:156
Interface for the arguments to the genLocalState command Generate a local MACI state from the smart contracts events
Properties
blockPerBatch?
optionalblockPerBatch:number
Defined in: packages/sdk/ts/maci/types.ts:200
The number of blocks to fetch per batch
coordinatorPrivateKey
coordinatorPrivateKey:
string
Defined in: packages/sdk/ts/maci/types.ts:175
The private key of the MACI coordinator
endBlock?
optionalendBlock:number
Defined in: packages/sdk/ts/maci/types.ts:195
The end block number
ipfsMessageBackupFiles?
optionalipfsMessageBackupFiles:string[]
Defined in: packages/sdk/ts/maci/types.ts:215
Backup files for ipfs messages (name format: ipfsHash.json)
maciAddress
maciAddress:
string
Defined in: packages/sdk/ts/maci/types.ts:170
The address of the MACI contract
outputPath?
optionaloutputPath:string
Defined in: packages/sdk/ts/maci/types.ts:185
The path where to write the state
pollId
pollId:
bigint
Defined in: packages/sdk/ts/maci/types.ts:160
The id of the poll
provider?
optionalprovider:string
Defined in: packages/sdk/ts/maci/types.ts:180
The ethereum provider
signer
signer:
Signer
Defined in: packages/sdk/ts/maci/types.ts:165
A signer object
sleep?
optionalsleep:number
Defined in: packages/sdk/ts/maci/types.ts:210
The sleep time between batches
startBlock?
optionalstartBlock:number
Defined in: packages/sdk/ts/maci/types.ts:190
The start block number
transactionHash?
optionaltransactionHash:string
Defined in: packages/sdk/ts/maci/types.ts:205
The transaction hash