getFollowerProfileId

Calls the "getFollowerProfileId" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.