eth_requestAccounts
Requests that the user provide an Ethereum address to be identified by. This method is specified by EIP-1102. Internally, this method calls wallet_requestPermissions for permission to call eth_accounts.
Params
(0)Result
(AddressList)array[string]
Errors
| Code | Message |
|---|---|
| 4001 | User rejected the request. |