isFollowing

Calls the "isFollowing" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.