keyDataOf

Calls the "keyDataOf" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.