AirdropArgs
Interface for the arguments to the airdrop command
Table of contents
Properties
Properties
amount
• amount: number
The amount of credits to airdrop
Defined in
utils/interfaces.ts:175
contractAddress
• Optional
contractAddress: string
The address of the ERC20 contract
Defined in
utils/interfaces.ts:185
maciAddress
• Optional
maciAddress: string
The address of the MACI contract
Defined in
utils/interfaces.ts:195
pollId
• Optional
pollId: bigint
The id of the poll
Defined in
utils/interfaces.ts:190
quiet
• Optional
quiet: boolean
Whether to log the output
Defined in
utils/interfaces.ts:200
signer
• signer: Signer
A signer object
Defined in
utils/interfaces.ts:180