keysOf

Calls the "keysOf" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.