Versions in this module Expand all Collapse all v0 v0.1.0 Mar 8, 2024 Changes in this version + const EthWithdrawalPrefix + func GetDepositData(validatorKey *eth2types.BLSPrivateKey, withdrawalCredentials common.Hash, ...) (beacon.ExtendedDepositData, error) + func GetPrivateKey(mnemonic string, path string) (*eth2types.BLSPrivateKey, error) + func GetSignedExitMessage(validatorKey *eth2types.BLSPrivateKey, validatorIndex string, epoch uint64, ...) (beacon.ValidatorSignature, error) + func GetSignedWithdrawalCredsChangeMessage(withdrawalKey *eth2types.BLSPrivateKey, validatorIndex string, ...) (beacon.ValidatorSignature, error) + func GetWithdrawalCredsFromAddress(address common.Address) common.Hash + func GetWithdrawalKey(mnemonic string, validatorKeyPath string) (*eth2types.BLSPrivateKey, error) + func InitializeBls() error