chore: reexport BigEndianHash (#1789)

This commit is contained in:
Matthias Seitz 2022-10-17 15:50:56 +02:00 committed by GitHub
parent a07581489a
commit 1b8d1e3d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;