Versions in this module Expand all Collapse all v1 v1.0.0 Nov 17, 2022 Changes in this version + const DefaultGRPCAddress + func WriteConfigFile(configFilePath string, config *Config) + type APIConfig struct + Address string + Enable bool + EnableUnsafeCORS bool + MaxOpenConnections uint + RPCMaxBodyBytes uint + RPCReadTimeout uint + RPCWriteTimeout uint + Swagger bool + type BaseConfig struct + HaltHeight uint64 + HaltTime uint64 + IndexEvents []string + InterBlockCache bool + MinGasPrices string + MinRetainBlocks uint64 + Pruning string + PruningInterval string + PruningKeepEvery string + PruningKeepRecent string + type Config struct + API APIConfig + GRPC GRPCConfig + StateSync StateSyncConfig + Telemetry telemetry.Config + func DefaultConfig() *Config + func GetConfig(v *viper.Viper) Config + func ParseConfig(v *viper.Viper) (*Config, error) + func (c *Config) GetMinGasPrices() sdk.DecCoins + func (c *Config) SetMinGasPrices(gasPrices sdk.DecCoins) + type GRPCConfig struct + Address string + Enable bool + type StateSyncConfig struct + SnapshotInterval uint64 + SnapshotKeepRecent uint32