Skip to main content
Version: v1.x

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:159


contractAddress

Optional contractAddress: string

The address of the ERC20 contract

Defined in

utils/interfaces.ts:169


maciAddress

Optional maciAddress: string

The address of the MACI contract

Defined in

utils/interfaces.ts:179


pollId

Optional pollId: bigint

The id of the poll

Defined in

utils/interfaces.ts:174


quiet

Optional quiet: boolean

Whether to log the output

Defined in

utils/interfaces.ts:184


signer

signer: Signer

A signer object

Defined in

utils/interfaces.ts:164