Versions in this module Expand all Collapse all v0 v0.2.0 Nov 8, 2019 Changes in this version + func WriteConfigFile(configFilePath string, config *Config) + type BaseConfig struct + HaltHeight uint64 + HaltTime uint64 + MinGasPrices string + type Config struct + func DefaultConfig() *Config + func ParseConfig() (*Config, error) + func (c *Config) GetMinGasPrices() sdk.DecTokens + func (c *Config) SetMinGasPrices(gasPrices sdk.DecTokens)