Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEthereumABIClient ¶
Types ¶
type Config ¶
type Config struct { EtherscanAPIKey string `env:"ETHERSCAN_API_KEY,required"` EtherscanNetwork etherscan.Network `env:"ETHERSCAN_NETWORK" envDefault:"api"` Blockchain constants.Blockchain `env:"BLOCKCHAIN,required"` HTTPRetries int `env:"HTTP_RETRIES" envDefault:"3"` }
func MustParseConfig ¶
Click to show internal directories.
Click to hide internal directories.