tokenDataOf

Calls the "tokenDataOf" function on the contract.

Example

import { tokenDataOf } from "thirdweb/extensions/lens";
const result = await tokenDataOf({
contract,
tokenId: ...,
});

Parameters

Returns

The parsed result of the function call.