import { registerFidAndSigner } from "thirdweb/extensions/farcaster";
import { sendTransaction } from "thirdweb";
const transaction = registerFidAndSigner({
client,
userAccount,
appAccount,
recoveryAddress,
signerPublicKey,
});
await sendTransaction({ transaction, account });