status-go/services/personal
Anthony Laibe 26bfeddad4
feat: Rpc client manage multiple eth client (#2359)
2021-09-22 13:49:20 -04:00
..
README.md Implement `personal_sign`. 2018-04-17 11:18:58 +02:00
api.go feat: Rpc client manage multiple eth client (#2359) 2021-09-22 13:49:20 -04:00
service.go Move services to status-node 2021-07-20 10:57:38 +02:00

README.md

personal

This package contains Status integraton with personal_* RPC APIs more information on these APIs can be found on the Ethereum Wiki: https://github.com/ethereum/go-ethereum/wiki/Management-APIs#personal

In web3.js these methods are located in web3.personal namespace.