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