Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultConfigFile = "config.yaml"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountConfig ¶
type AccountConfig struct {
PrivateKey string `yaml:"private_key"`
}
type ChainlinkConfig ¶
type Config ¶
type Config struct { Account AccountConfig `yaml:"account"` Network NetworkConfig `yaml:"network"` App AppConfig `yaml:"app"` Contracts ContractsConfig `yaml:"contracts"` Chainlink ChainlinkConfig `yaml:"chainlink"` }
type ContractsConfig ¶
type ContractsConfig map[string]model.ContractInfo
type NetworkConfig ¶
Click to show internal directories.
Click to hide internal directories.