maxKeysPerFid

Calls the "maxKeysPerFid" function on the contract.

Example

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

Parameters

The options for the maxKeysPerFid function.

Type

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

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.