mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 19:21:19 +00:00
5 lines
247 B
Go
5 lines
247 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 derived, HD wallets and remote-signing capable configurations.
|
||
|
package v2
|