Calls the "isApprovedForAll" function on the contract.
import { isApprovedForAll } from "thirdweb/extensions/erc721"; const result = await isApprovedForAll({ contract, owner: ..., operator: ...,});
The parsed result of the function call.