Prepares a transaction to call the "recoverFor" function on the contract.
import { sendTransaction } from "thirdweb";import { recoverFor } from "thirdweb/extensions/farcaster"; const transaction = recoverFor({ contract, from: ..., to: ..., recoveryDeadline: ..., recoverySig: ..., toDeadline: ..., toSig: ..., overrides: { ... }}); // Send the transactionawait sendTransaction({ transaction, account });
function recoverFor( >,
The options for the "recoverFor" function.
>;
A prepared transaction object.