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