Expand description
Support for multiple Etherscan keys.
Structs§
- Etherscan
Config - Represents all info required to create an etherscan client
- Etherscan
Configs - Container type for Etherscan API keys and URLs.
- Etherscan
EnvProvider 🔒 - A [Provider] that provides Etherscan API key from the environment if it’s not empty.
- Resolved
Etherscan Config - Contains required url + api key to set up an etherscan client
- Resolved
Etherscan Configs - Container type for resolved etherscan keys, see
EtherscanConfigs::resolved
.
Enums§
- Etherscan
ApiKey - Represents a single etherscan API key
- Etherscan
Config Error - Errors that can occur when creating an
EtherscanConfig
Constants§
- ETHERSCAN_
USER_ AGENT - The user agent to use when querying the etherscan API.
Functions§
- into_
url 🔒 - This is a hack to work around
IntoUrl
’s sealed private functions, which can’t be called normally.