keyAt

Calls the "keyAt" function on the contract.

Example

import { keyAt } from "thirdweb/extensions/farcaster";
const result = await keyAt({
contract,
fid: ...,
state: ...,
index: ...,
});
function keyAt(
options: BaseTransactionOptions<KeyAtParams>,
): Promise<`0x${string}`>;

Parameters

The options for the keyAt function.

Type

let options: BaseTransactionOptions<KeyAtParams>;

Returns

let returnType: Promise<`0x${string}`>;

The parsed result of the function call.