Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteConfigFile ¶ added in v0.25.0
WriteConfigFile renders config using the template and writes it to configFilePath.
Types ¶
type BaseConfig ¶ added in v0.25.0
type BaseConfig struct { // Tx minimum fee MinFees string `mapstructure:"minimum_fees"` }
BaseConfig defines the server's basic configuration
type Config ¶ added in v0.25.0
type Config struct {
BaseConfig `mapstructure:",squash"`
}
Config defines the server's top level configuration
func DefaultConfig ¶ added in v0.25.0
func DefaultConfig() *Config
DefaultConfig returns server's default configuration.
func ParseConfig ¶ added in v0.25.0
ParseConfig retrieves the default environment configuration for Cosmos.
func (*Config) MinimumFees ¶ added in v0.25.0
SetMinimumFee sets the minimum fee.
func (*Config) SetMinimumFees ¶ added in v0.25.0
SetMinimumFee sets the minimum fee.
Click to show internal directories.
Click to hide internal directories.