eth_accounts
Returns a list of addresses owned by the client.
Request
Response
The result is a hex array representing the owned address.
Although SolarPath supports this JSON-RPC method, it does not return any account addresses. Instead, you should use eth_sendRawTransaction
to send signed raw transactions.
Last updated