chore: reexport BigEndianHash (#1789)
This commit is contained in:
parent
a07581489a
commit
1b8d1e3d99
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue