# README
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.
# Variables
ErrInvalidPersonalSignAccount is returned when the account passed to personal_sign isn't equal to the currently selected account.
# Structs
PublicAPI represents a set of APIs from the `web3.personal` namespace.
RecoverParams are for calling `personal_ecRecover`.
Service represents out own implementation of personal sign operations.
SignParams required to sign messages.