config

package
v0.0.0-...-3629ecc Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2019 License: AGPL-3.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Keystore struct {
		Account string
		Path    string
		Passwd  string
	}

	EnsNames struct {
		Network uint64
		Local   string
		Remotes []string
	}

	DB struct {
		Path string
	}

	IPFS struct {
		APIURL  string
		Timeout string
	}

	Networks map[uint64]struct {
		MaxGasPrice uint64
		EnsRoot     string
		RPCURL      string
	}

	API struct {
		Port int
	}
}

Config is the server configurtion

var C Config

C is the package config

Jump to

Keyboard shortcuts

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