getFollowerCount

Calls the "getFollowerCount" function on the contract.

Example

import { getFollowerCount } from "thirdweb/extensions/lens";
const result = await getFollowerCount({
contract,
});
function getFollowerCount(
): Promise<bigint>;

Parameters

The options for the getFollowerCount function.

Type

let options: { contract: ThirdwebContract<abi> } & T;

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.