Documentation ¶
Index ¶
Constants ¶
View Source
const ( KeystoreDir = "prysm" WalletDir = "derived" WalletFileName = "seed.encrypted.json" ConfigFileName = "keymanageropts.json" DirMode = 0700 FileMode = 0600 DerivedPathStructure = "m / purpose / coin_type / account_index / withdrawal_key / validating_key" DerivedEIPNumber = "EIP-2334" )
Config
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keystore ¶
type Keystore struct {
// contains filtered or unexported fields
}
Prysm keystore
func (*Keystore) StoreValidatorKey ¶
func (ks *Keystore) StoreValidatorKey(key *eth2types.BLSPrivateKey, derivationPath string) error
Store a validator key
func (*Keystore) StoreWallet ¶
Store a wallet
Click to show internal directories.
Click to hide internal directories.