Appearance
@props-labs/fuels • Docs
@props-labs/fuels / EditionCreateConfigurationOptions
Type Alias: EditionCreateConfigurationOptions
EditionCreateConfigurationOptions:
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.
maxSupply?
optionalmaxSupply:number
The maximum number of tokens that can be minted for the edition. Defaults to 3. Cannot be changed after deployment.
owner
owner:
Account
The account associated with the edition creation. Cannot be changed after deployment.
Defined in
common/types/index.ts:89