exists

Calls the "exists" function on the contract.

Example

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

Parameters

The options for the exists function.

Type

Returns

let returnType: Promise<boolean>;

The parsed result of the function call.