config

package
v0.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WriteConfigFile added in v0.0.10

func WriteConfigFile(configFilePath string, config *Config)

WriteConfigFile renders config using the template and writes it to configFilePath.

Types

type BaseConfig added in v0.0.10

type BaseConfig struct {
	// Tx minimum fee
	MinFees string `mapstructure:"minimum_fees"`
}

BaseConfig defines the server's basic configuration

type Config added in v0.0.10

type Config struct {
	BaseConfig `mapstructure:",squash"`
}

Config defines the server's top level configuration

func DefaultConfig added in v0.0.10

func DefaultConfig() *Config

DefaultConfig returns server's default configuration.

func ParseConfig added in v0.0.10

func ParseConfig() (*Config, error)

ParseConfig retrieves the default environment configuration for config.

func (*Config) MinimumFees added in v0.0.10

func (c *Config) MinimumFees() types.BaseCoins

SetMinimumFee sets the minimum fee.

func (*Config) SetMinimumFees added in v0.0.10

func (c *Config) SetMinimumFees(fees types.BaseCoins)

SetMinimumFee sets the minimum fee.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL