Optional
attributes?: InputMaybe<Scalars["JSONObject"]>A mapping of attributes for this resource. These will be stored in the Niftory API but will not be added to the blockchain.
Optional
content?: InputMaybe<NftContentInput>The file content for this model. Either 'content' or 'contentId' must be specified.
Optional
contentThe ID of the NFTContent for this model. Either 'content' or 'contentId' must be specified.
Optional
description?: InputMaybe<Scalars["String"]>The user-friendly details about this model. This will be added to the blockchain metadata when an NFT is minted.
Optional
metadata?: InputMaybe<Scalars["JSONObject"]>Metadata that will be added to the blockchain for any NFTs minted from this model.
Optional
quantity?: InputMaybe<Scalars["PositiveInt"]>The total supply of NFTs that can be available for this model. This should be at least 1. This can be updated until the NFTModel is minted.
Optional
status?: InputMaybe<Status>The status of the model.
Optional
subtitle?: InputMaybe<Scalars["String"]>The user-friendly subtitle for this model. This will be added to the blockchain metadata when an NFT is minted.
Optional
tags?: InputMaybe<InputMaybe<Scalars["String"]>[]>String labels to tag this NFTModel with. These will be stored in the Niftory API but will not be added to the blockchain.
The user-friendly title for this model. This will be added to the blockchain metadata when an NFT is minted.
Generated using TypeDoc
The input to create an NFTModel.