Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateRandomPassword ¶ added in v1.0.0
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.