eth_accounts
Returns a list of addresses owned by client
Last updated
Returns a list of addresses owned by client
None
Array of DATA, 20 Bytes - Addresses owned by the client.
curl https://rpc.adiri.tel \
-X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"eth_accounts","params":[],"id":1}'{
"id":1,
"jsonrpc": "2.0",
"result": []
}Last updated