Skip to main content
Version: v1.2

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


contractAddress

Optional contractAddress: string

The address of the ERC20 contract

Defined in

utils/interfaces.ts:184


maciAddress

Optional maciAddress: string

The address of the MACI contract

Defined in

utils/interfaces.ts:194


pollId

Optional pollId: bigint

The id of the poll

Defined in

utils/interfaces.ts:189


quiet

Optional quiet: boolean

Whether to log the output

Defined in

utils/interfaces.ts:199


signer

signer: Signer

A signer object

Defined in

utils/interfaces.ts:179