mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
4cc6028d59
This commit implements `personal_sign` RPC or web3 personal.sign methods. NB! Contains breaking API changes.
8 lines
285 B
Markdown
8 lines
285 B
Markdown
# 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.
|