import { ethers } from "ethers"; export const getIsApprovedForAll = async ( reliquaryContract: ethers.Contract, owner: string, operator: string ) => reliquaryContract.isApprovedForAll(owner, operator);