Calls the "keyDataOf" function on the contract.
import { keyDataOf } from "thirdweb/extensions/farcaster"; const result = await keyDataOf({ contract, fid: ..., key: ...,});
function keyDataOf( options: BaseTransactionOptions<KeyDataOfParams>,): Promise<string>;
The options for the keyDataOf function.
let options: BaseTransactionOptions<KeyDataOfParams>;
let returnType: Promise<string>;
The parsed result of the function call.