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