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
Click to show internal directories.
Click to hide internal directories.