chore: makes etherscan::Result pub(crate) (#638)
This commit is contained in:
parent
9214bacc03
commit
24f9bd0f4f
|
@ -13,7 +13,7 @@ pub mod errors;
|
|||
pub mod gas;
|
||||
pub mod transaction;
|
||||
|
||||
pub type Result<T> = std::result::Result<T, EtherscanError>;
|
||||
pub(crate) type Result<T> = std::result::Result<T, EtherscanError>;
|
||||
|
||||
/// The Etherscan.io API client.
|
||||
#[derive(Clone, Debug)]
|
||||
|
|
Loading…
Reference in New Issue