Calls the "getApproved" function on the contract.
import { getApproved } from "thirdweb/extensions/erc721"; const result = await getApproved({ contract, tokenId: ...,});
function getApproved( options: BaseTransactionOptions<GetApprovedParams>,): Promise<string>;
The options for the getApproved function.
let options: BaseTransactionOptions<GetApprovedParams>;
let returnType: Promise<string>;
The parsed result of the function call.