Skip to content

@props-labs/fuelsDocs


@props-labs/fuels / EditionCreateOptions

Type Alias: EditionCreateOptions

EditionCreateOptions: object

Type declaration

endDate?

optional endDate: number

The end date for minting tokens in the edition, in Unix milliseconds (optional).

metadata

metadata: NFTMetadata

The metadata for the edition.

name

name: string

The name of the edition to create.

options

options: EditionCreateConfigurationOptions

The configuration options for the edition creation.

price?

optional price: number

The price of the edition on the Base Asset (Wei, ETH).

startDate?

optional startDate: number

The start date for minting tokens in the edition, in Unix milliseconds (optional).

symbol

symbol: string

The symbol of the edition to create.

Defined in

common/types/index.ts:58