addSigner

Adds farcaster signer for the given account.

Example

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

Parameters

Returns

A prepared transaction object to add the signer to the account.