Readonly
index: numberThe index of the config line.
Readonly
minted: booleanWhether the item has been minted or not.
Readonly
name: stringThe name of the NFT to be.
Readonly
uri: stringThe URI of the NFT to be, pointing to some off-chain JSON Metadata.
Generated using TypeDoc
Represent an item inside a Candy Machine that has been or will eventually be minted into an NFT.
It only contains the name and the URI of the NFT to be as the rest of the data is shared by all NFTs and lives in the Candy Machine configurations (e.g.
symbol
,creators
, etc).