package
5.2.0
Repository: https://github.com/prysmaticlabs/prysm.git
Documentation: pkg.go.dev

# Functions

GenerateAndConfirmMnemonic requires confirming the generated mnemonics.
NewKeymanager instantiates a new derived keymanager from configuration options.

# Constants

DerivationPathFormat describes the structure of how keys are derived from a master key.
ValidatingKeyDerivationPathTemplate defining the hierarchical path for validating keys for Prysm Ethereum validators.

# Variables

ErrUnsupportedMnemonicLanguage is returned when trying to use an unsupported mnemonic language.
ErrUnsupportedMnemonicLanguage is returned when trying to use an unsupported mnemonic language.

# Structs

Keymanager implementation for derived, HD keymanager using EIP-2333 and EIP-2334.
MnemonicGenerator implements methods for creating mnemonic seed phrases in english using a given source of entropy such as a private key.
SetupConfig includes configuration values for initializing a keymanager, such as passwords, the wallet, and more.