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/)
mod contract;
mod errors;
pub mod contract;
pub mod errors;
mod transaction;
use errors::EtherscanError;