status-go/services/personal
Sebastian Delgado 4afd9e6c6c Remove transactions queue 1027 (#1125)
Remove `PendingSignRequests` queue from the sign module.

This closes #1027 by removing the pending sign requests queue dependency from the SendTransaction, SignMessage and Recover.
2018-08-16 13:37:53 +02:00
..
README.md Implement `personal_sign`. 2018-04-17 11:18:58 +02:00
api.go Remove transactions queue 1027 (#1125) 2018-08-16 13:37:53 +02:00
service.go Implement `personal_sign`. 2018-04-17 11:18:58 +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.