FungibleTokenClaimContractDeployProps

Interface: FungibleTokenClaimContractDeployProps

Properties overview

  • whitelist: Whitelist;

Defined in: packages/token/src/claim.ts:24

Extends

  • Exclude<DeployArgs, undefined>

Properties

maxAmount?

optional maxAmount: UInt64;

Defined in: packages/token/src/claim.ts:29

The maximum amount of tokens to claim in case the whitelist is empty.


whitelist

whitelist: Whitelist;

Defined in: packages/token/src/claim.ts:27

The whitelist.