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/)
|
||||
|
||||
mod contract;
|
||||
mod errors;
|
||||
pub mod contract;
|
||||
pub mod errors;
|
||||
mod transaction;
|
||||
|
||||
use errors::EtherscanError;
|
||||
|
|
Loading…
Reference in New Issue