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