chore(etherscan): expose modules

This commit is contained in:
Georgios Konstantopoulos 2021-10-25 15:40:29 +03:00
parent d815dab9ad
commit c3dec4a798
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
//! Bindings for [etherscan.io web api](https://docs.etherscan.io/) //! Bindings for [etherscan.io web api](https://docs.etherscan.io/)
mod contract; pub mod contract;
mod errors; pub mod errors;
mod transaction; mod transaction;
use errors::EtherscanError; use errors::EtherscanError;