This commit is contained in:
halo3mic 2022-11-07 21:25:57 +01:00 committed by GitHub
parent f62fffb4eb
commit 9797e9a83b
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, BigEndianHash, Bloom, H128, H160, H256, H32, H512, H64, U128, U256, U64,
Address, BigEndianHash, Bloom, H128, H160, H256, H32, H512, H64, U128, U256, U64, U512,
};
pub mod transaction;