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