Versions in this module Expand all Collapse all v0 v0.0.1 May 23, 2023 Changes in this version + const ExistsError + const StatError + func GetCommand() *cobra.Command + func GetValidatorKeyFiles(rootDir, filePrefix string) ([]string, error) + func ReadValidatorsByPrefix(dir, prefix string) ([]*plgbft.Validator, error) + type GenesisGenError struct + func (g *GenesisGenError) GetMessage() string + func (g *GenesisGenError) GetType() string + type GenesisResult struct + Message string + func (r *GenesisResult) GetOutput() string + type PremineInfo struct + Address types.Address + Amount *big.Int + func ParsePremineInfo(premineInfoRaw string) (*PremineInfo, error)