isFollowing

Calls the "isFollowing" function on the contract.

Example

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

Parameters

The options for the isFollowing function.

Type

Returns

let returnType: Promise<boolean>;

The parsed result of the function call.