Returns a list of addresses owned by the connected wallet without prompting user authorization
eth_requestAccounts
, this method returns an empty array if no accounts are available or if the user has not authorized any accounts to the caller. This method does not prompt the user to approve connection.Code | Message | Description |
---|---|---|
4100 | Requested method not supported | The provider does not support the eth_accounts method |
4900 | Disconnected | The provider is disconnected from the wallet |