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:158
contractAddress
• Optional
contractAddress: string
The address of the ERC20 contract
Defined in
utils/interfaces.ts:168
maciAddress
• Optional
maciAddress: string
The address of the MACI contract
Defined in
utils/interfaces.ts:178
pollId
• Optional
pollId: bigint
The id of the poll
Defined in
utils/interfaces.ts:173
quiet
• Optional
quiet: boolean
Whether to log the output
Defined in
utils/interfaces.ts:183
signer
• signer: Signer
A signer object
Defined in
utils/interfaces.ts:163