parent
f62fffb4eb
commit
9797e9a83b
|
@ -6,7 +6,7 @@ pub type Selector = [u8; 4];
|
||||||
pub use ethabi::ethereum_types::H256 as TxHash;
|
pub use ethabi::ethereum_types::H256 as TxHash;
|
||||||
|
|
||||||
pub use ethabi::ethereum_types::{
|
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;
|
pub mod transaction;
|
||||||
|
|
Loading…
Reference in New Issue