Calls the "exists" function on the contract.
import { exists } from "thirdweb/extensions/lens"; const result = await exists({ contract, tokenId: ...,});
function exists( options: BaseTransactionOptions<ExistsParams>,): Promise<boolean>;
The options for the exists function.
let options: BaseTransactionOptions<ExistsParams>;
let returnType: Promise<boolean>;
The parsed result of the function call.