mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 21:07:18 +00:00
386b69f473
* fix incorrect exported name in comments * add comments to exported methods
6 lines
385 B
Go
6 lines
385 B
Go
// Package accounts defines a new model for accounts management in Prysm, using best
|
|
// practices for user security, UX, and extensibility via different wallet types
|
|
// including HD wallets, imported (non-HD) wallets, and remote-signing capable configurations. This model
|
|
// is compliant with the EIP-2333, EIP-2334, and EIP-2335 standards for key management in eth2.
|
|
package accounts
|