Calls the "keyAt" function on the contract.
import { keyAt } from "thirdweb/extensions/farcaster"; const result = await keyAt({ contract, fid: ..., state: ..., index: ...,});
function keyAt( options: BaseTransactionOptions<KeyAtParams>,): Promise<`0x${string}`>;
The options for the keyAt function.
let options: BaseTransactionOptions<KeyAtParams>;
let returnType: Promise<`0x${string}`>;
The parsed result of the function call.