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