Versions in this module Expand all Collapse all v1 v1.1.0 Dec 12, 2023 v1.0.5 Nov 29, 2023 Changes in this version + type ValidatorKey struct + ValidatorPubkey *blsu.Pubkey + ValidatorSecretKey *blsu.SecretKey + func KeyListFromFile(path string) ([]*ValidatorKey, error) + func KeyListFromFolder(pathStr string) ([]*ValidatorKey, error) + func (vk *ValidatorKey) FillPubKey() error + func (vk *ValidatorKey) FromBytes(secretKey []byte) error + func (vk *ValidatorKey) FromHex(secretKeyHex string) error + func (vk *ValidatorKey) PubKeyToBytes() []byte + func (vk *ValidatorKey) PubKeyToHex() string + func (vk *ValidatorKey) SecretKeyToBytes() []byte + func (vk *ValidatorKey) SecretKeyToHex() string