recoveryOf

Calls the "recoveryOf" function on the contract.

Example

import { recoveryOf } from "thirdweb/extensions/farcaster";
const result = await recoveryOf({
contract,
fid: ...,
});
function recoveryOf(
): Promise<string>;

Parameters

The options for the recoveryOf function.

Type

Returns

let returnType: Promise<string>;

The parsed result of the function call.