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