Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateRandomPassword ¶
Generates a random password
Types ¶
type Keystore ¶
type Keystore interface {
StoreValidatorKey(key *eth2types.BLSPrivateKey, derivationPath string) error
LoadValidatorKey(pubkey types.ValidatorPubkey) (*eth2types.BLSPrivateKey, error)
GetKeystoreDir() string
}
Validator keystore interface
Click to show internal directories.
Click to hide internal directories.