Creates a new NFT.
const { nft } = await metaplex .nfts() .create({ name: 'My NFT', uri: 'https://example.com/my-nft', sellerFeeBasisPoints: 250, // 2.5% };
Generated using TypeDoc
Creates a new NFT.