Versions in this module Expand all Collapse all v1 v1.1.1 Feb 22, 2026 v1.1.0 Feb 19, 2026 Changes in this version + const AccountConfigFlag + const AccountConfigFlagDesc + const AccountDirFlag + const AccountDirFlagDesc + const ChainIDFlag + const ChainIDFlagDesc + const PrivateKeyFlag + const PrivateKeyFlagDesc + var ErrInvalidNum = fmt.Errorf("num flag value should be between 1 and %d", maxInitNum) + var ErrInvalidParams = errors.New("no config file or data directory passed in") + var ErrSecureLocalStoreNotImplemented = errors.New(...) + var ErrUnsupportedType = errors.New("unsupported secrets manager") + func GetCommand() *cobra.Command + func GetSecretsManager(dataPath, configPath string, insecureLocalStore bool) (secrets.SecretsManager, error) + type Results []command.CommandResult + func (r Results) GetOutput() string + type SecretsInitResult struct + Address types.Address + BLSPrivateKey string + BLSPubkey string + Generated string + Insecure bool + NodeID string + PrivateKey string + func (r *SecretsInitResult) GetOutput() string