totalKeys

Calls the "totalKeys" function on the contract.

Example

import { totalKeys } from "thirdweb/extensions/farcaster";
const result = await totalKeys({
contract,
fid: ...,
state: ...,
});

Parameters

Returns

The parsed result of the function call.