prysm-pulse/validator/accounts/doc.go
Raul Jordan 7e44d1eec7
Rename Direct Keymanager to Imported (#7549)
* rename direct to imported

* km

* fix more refs

* rename all instances appropriately

* rename instances of nonhd
2020-10-16 13:45:14 -05:00

6 lines
379 B
Go

// Package v2 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