accounts
Returns a list of addresses owned by client.
REQUEST
HEADERS
EXAMPLE
RESPONSE
RESULT FIELDS
ADDRESSES
- arrays of hex codes as strings representing the addresses owned by the client
NOTE: While this JSON-RPC method is supported by Rupto, it will not return any accounts. Rupto does not support "unlocking" accounts. Instead, users should send already signed raw transactions using eth_sendRawTransaction
.
BODY
Last updated