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