Direct Wallet Connection
Useconnect(walletId) to connect directly without showing the modal:
WalletId.Email and WalletId.WalletConnect have dedicated methods below and cannot be used with connect(walletId).
Build your own wallet connection UX
connect(walletId) to connect directly without showing the modal:
WalletId.Email and WalletId.WalletConnect have dedicated methods below and cannot be used with connect(walletId).
emailAuthStart(email): Promise<{ flowId: string }>emailAuthVerify(flowId, otp): Promise<{ address: string, email: string, isNewUser: boolean }>getWalletConnectSession(): Promise<{ uri: string, waitForConnection: () => Promise<string> }>