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