Skip to main content

Interface: NftMintingData

NFT Minted Metadata.

Properties

address

Optional Readonly address: string

Address of the asset.


aliasBlockId

Optional Readonly aliasBlockId: string

Alias Block Id on chain.


aliasId

Optional Readonly aliasId: string

Alias Id on chain.


aliasStorageDeposit

Optional Readonly aliasStorageDeposit: number

Alias storage deposit requirement.


blockId

Optional Readonly blockId: string

Block id on the chain


mintedBy

Optional Readonly mintedBy: string

User it's minted by.


mintedOn

Optional Readonly mintedOn: Timestamp

Date minted on.


mintingOrderId

Optional Readonly mintingOrderId: string

Minting order id to initiate this mint.


network

Optional Readonly network: Network

Network its minted on.


newPrice

Optional Readonly newPrice: number

New price for NFT after it's minted.


nftId

Optional Readonly nftId: string

NFT ID on the chain.


nftMediaToPrepare

Optional Readonly nftMediaToPrepare: number

Total number of NFTs to be prepared for the file upload.


nftMediaToUpload

Optional Readonly nftMediaToUpload: number

Total number of NFTs to be uploaded to file storage.


nftsStorageDeposit

Optional Readonly nftsStorageDeposit: number

NFT Storage deposit requirement.


nftsToMint

Optional Readonly nftsToMint: number

Total number of NFTs to be minted.


storageDeposit

Optional Readonly storageDeposit: number

Storage deposit requirement.


unsoldMintingOptions

Optional Readonly unsoldMintingOptions: UnsoldMintingOptions

Unsold options. What happens to unsold NFTs after mint.