Lazily mints ERC721 tokens.
import { lazyMint } from "thirdweb/extensions/erc721"; const tx = lazyMint({ contract, nfts: [ { name: "My NFT", description: "This is my NFT", image: "https://example.com/image.png", }, ],});
A promise that resolves to the prepared contract call.