github.com/prysmaticlabs/prysm@v1.4.4/validator/accounts/doc.go (about) 1 // Package accounts defines a new model for accounts management in Prysm, using best 2 // practices for user security, UX, and extensibility via different wallet types 3 // including HD wallets, imported (non-HD) wallets, and remote-signing capable configurations. This model 4 // is compliant with the EIP-2333, EIP-2334, and EIP-2335 standards for key management in Ethereum. 5 package accounts