exists

Calls the "exists" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.