TypeScript SDK

ConnectManagerOptions

type ConnectManagerOptions = {
accountAbstraction?: SmartWalletOptions;
client: ThirdwebClient;
onConnect?: OnConnectCallback;
setWalletAsActive?: boolean;
};