tokensOfOwner

Calls the "tokensOfOwner" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.