isApprovedForAll

Calls the "isApprovedForAll" function on the contract.

Example

import { isApprovedForAll } from "thirdweb/extensions/erc721";
const result = await isApprovedForAll({
contract,
owner: ...,
operator: ...,
});

Parameters

Returns

The parsed result of the function call.