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