getApproved

Calls the "getApproved" function on the contract.

Example

import { getApproved } from "thirdweb/extensions/erc721";
const result = await getApproved({
contract,
tokenId: ...,
});
function getApproved(
): Promise<string>;

Parameters

The options for the getApproved function.

Type

Returns

let returnType: Promise<string>;

The parsed result of the function call.