Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Network string `json:"network"`
Eth1Rpc string `json:"eth1rpc"`
Eth2Rpc string `json:"eth2rpc"`
Store StoreSetting `json:"store"`
EtherScan EtherScan `json:"etherscan"`
Dev bool `json:"dev"`
}
func InitConfig ¶
Click to show internal directories.
Click to hide internal directories.