Claim ERC721 NFTs to a specified address
import { claimTo } from "thirdweb/extensions/erc721";const tx = await claimTo({ contract, to: "0x...", quantity: 1n,});
A promise that resolves with the submitted transaction hash.