package
0.16.2
Repository: https://github.com/qaseleniumtesting01/godep1.git
Documentation: pkg.go.dev

# 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.

# Functions

New returns a new Service.
NewAPI creates an instance of the personal API.

# 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.