package
3.3.0+incompatible
Repository: https://github.com/minterteam/minter-go-node.git
Documentation: pkg.go.dev

# Functions

DefaultBaseConfig returns a default base configuration for a Tendermint node.
DefaultConfig returns config with predefined values.
DefaultLogLevel returns a default log level of "error".
DefaultPackageLogLevels returns a default log level setting so all packages log at "error", while the `state` and `main` packages log at "info".
EnsureRoot creates the root, config, and data directories if they don't exist, and panics if it fails.
GetConfig returns DefaultConfig with some changes.
GetTmConfig composes and returns config for Tendermint engine based on given Minter config.
WriteConfigFile renders config using the template and writes it to configFilePath.

# Constants

No description provided by the author
No description provided by the author
LogFormatJSON is a format for json output.
LogFormatPlain is a format for colored text.

# Structs

BaseConfig defines the base configuration for a Tendermint node.
Config defines the top level configuration for a Tendermint node.