Type alias CandyMachineV2Item

CandyMachineV2Item: {
    name: string;
    uri: string;
}

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 day will be shared by all NFTs and lives in the Candy Machine configurations (e.g. symbol, creators, etc).

Type declaration

  • Readonly name: string

    The name of the NFT to be.

  • Readonly uri: string

    The URI of the NFT to be, pointing to some off-chain JSON Metadata.

Generated using TypeDoc