Closed jdevcs closed 2 years ago
web3.personal.unlockAccount the method personal_unlockAccount does not exist/is not available
@cisan86 are you using geth?
If so :
The personal RPC namespace is now deprecated. In order to interact with personal APIs, you need to specifically allow it via the --rpc.enabledeprecatedpersonal command-line flag. https://github.com/ethereum/go-ethereum/releases/tag/v1.11.0
Description
Following function are for interacting with wallet located in Eth node, these are not for local wallet. Having following functionality in 4.x:
Acceptance Criteria
This package must also expose following functionality by using existing packages.