Prepares a transaction to call the "burn" function on the contract.
import { burn } from "thirdweb/extensions/erc721"; const transaction = burn({ contract, tokenId: ..., overrides: { ... }}); // Send the transaction...
A prepared transaction object.