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