package
0.0.9
Repository: https://github.com/pylons-tech/juno.git
Documentation: pkg.go.dev

# 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.

# Variables

Cfg represents the configuration to be used during the execution.
No description provided by the author

# 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.