keyAt

Calls the "keyAt" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.