// owner's Secret
{
name: string // nft content name
symbol: string // nft ticker symbol
royalty: number // royalty percentage
storageType: 'arweave'|'nftStorage' // Decentralized storage
uri?: string | File // uploaded content url
filePath?: string | File // upload content
description?: string // nft content description
external_url?: string // landing page, home page uri, related url
attributes?: MetadataAttribute[] // game character parameter, personality, characteristics
properties?: MetadataProperties
// Previously created space owner
// Previously created collectionMint
// mint options
Promise<Result<MintTransaction, Error>>
Generated using TypeDoc
Upload content and Compressed NFT mint