chore(etherscan): expose modules
This commit is contained in:
parent
d815dab9ad
commit
c3dec4a798
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue