feat(primitives): add H128 (#79)

* feat(primitives): add H128

 * uses patch for now

* cargo fmt
This commit is contained in:
Dan Cline
2022-10-14 23:06:26 -04:00
committed by GitHub
parent bdc38d8bbd
commit 07a83b163f
2 changed files with 2 additions and 2 deletions

View File

@ -43,5 +43,5 @@ pub type StorageValue = H256;
// NOTE: There is a benefit of using wrapped Bytes as it gives us serde and debug
pub use ethers_core::{
types as rpc,
types::{Bloom, Bytes, H160, H256, H512, H64, U256, U64},
types::{Bloom, Bytes, H128, H160, H256, H512, H64, U256, U64},
};