diff --git a/ethers-core/src/types/mod.rs b/ethers-core/src/types/mod.rs index af1715da..68643dc2 100644 --- a/ethers-core/src/types/mod.rs +++ b/ethers-core/src/types/mod.rs @@ -6,7 +6,7 @@ pub type Selector = [u8; 4]; pub use ethabi::ethereum_types::H256 as TxHash; pub use ethabi::ethereum_types::{ - Address, Bloom, H128, H160, H256, H32, H512, H64, U128, U256, U64, + Address, BigEndianHash, Bloom, H128, H160, H256, H32, H512, H64, U128, U256, U64, }; pub mod transaction;