Appearance
@props-labs/fuels • Docs
@props-labs/fuels / CollectionCreateConfigurationOptions
Type Alias: CollectionCreateConfigurationOptions
CollectionCreateConfigurationOptions:
object
Type declaration
affiliateFeePercentage?
optionalaffiliateFeePercentage:number
The percentage of the affiliate fee (optional). Cannot be changed after deployment.
builderFee?
optionalbuilderFee:number
The percentage of the builder fee (optional). Cannot be changed after deployment.
builderFeeAddress?
optionalbuilderFeeAddress:string
The address where the builder fee will be sent (optional). Cannot be changed after deployment.
builderRevenueShareAddress?
optionalbuilderRevenueShareAddress:string
The address where the builder's revenue share will be sent (optional). Cannot be changed after deployment.
builderRevenueSharePercentage?
optionalbuilderRevenueSharePercentage:number
The percentage of the builder's revenue share (optional). Cannot be changed after deployment.
disableAirdrop?
optionaldisableAirdrop:boolean
Flag to disable airdrop functionality (optional). Cannot be changed after deployment.
maxSupply?
optionalmaxSupply:number
The maximum number of tokens that can be minted for the collection. Defaults to unlimited. Cannot be changed after deployment.
owner
owner:
Account
The account associated with the collection creation. Cannot be changed after deployment.
Defined in
common/types/index.ts:153