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