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