IPublishBatchArgs
Interface for the arguments to the batch publish command
Table of contents
Properties
Properties
maciContractAddress
• maciContractAddress: string
The address of the MACI contract
Defined in
utils/interfaces.ts:761
messages
• messages: IPublishMessage
[]
User messages
Defined in
utils/interfaces.ts:751
pollId
• pollId: bigint
The id of the poll
Defined in
utils/interfaces.ts:756
privateKey
• privateKey: string
The private key of the user
Defined in
utils/interfaces.ts:771
publicKey
• publicKey: string
The public key of the user
Defined in
utils/interfaces.ts:766
quiet
• Optional
quiet: boolean
Whether to log the output
Defined in
utils/interfaces.ts:781
signer
• signer: Signer
A signer object
Defined in
utils/interfaces.ts:776