# Functions
DefaultChainConfig returns the default instance of ChainConfig.
No description provided by the author
DefaultConfigParser attempts to read and parse a Juno config from the given string bytes.
GetConfigFilePath returns the path to the configuration file given the executable name.
NewChainConfig returns a new ChainConfig instance.
NewConfig builds a new Config instance.
Read takes the path to a configuration file and returns the properly parsed configuration.
Write allows to write the given configuration into the file present at the given path.
# Structs
No description provided by the author
Config defines all necessary juno configuration parameters.
# Type aliases
Parser represents a function that allows to parse a file contents as a Config object.