A richer connection method thanDocumentation Index
Fetch the complete documentation index at: https://docs.startale.com/llms.txt
Use this file to discover all available pages before exploring further.
eth_requestAccounts. Returns the connected accounts plus a capabilities map describing which features (sub-accounts, spend permissions, batched calls) the wallet supports.
Request
Parameters
Connection protocol version. Use
'1'.Optional capability requests. Reserved for sub-accounts and spend-permission flows.
Returns
userInfo is present when the user authenticated with a social provider (Google, LINE). It is absent for EOA-only connections.
Errors
| Code | Cause |
|---|---|
4001 | User rejected |
Related
eth_requestAccounts, simpler variant returning addresses only.