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 + func GenerateGenesisAccountFromFile(filepath string, constructorArgs []string, predeployAddress types.Address, ...) (*chain.GenesisAccount, error) + func ParseArguments(raws []string) ([]interface{}, error) + type ArgParser struct + func (p *ArgParser) Parse(input string) (interface{}, error) + func (p *ArgParser) PeekRune() (rune, error)