From 1b8d1e3d99b6cfca9f7f15a7326b3226f9644cb6 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Mon, 17 Oct 2022 15:50:56 +0200 Subject: [PATCH] chore: reexport BigEndianHash (#1789) --- ethers-core/src/types/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;