Draft in new 2.1 objects

This commit is contained in:
Paul Hauner
2018-08-10 10:48:03 +10:00
parent fd775e3252
commit 123c6d7088
9 changed files with 188 additions and 446 deletions

View File

@@ -11,6 +11,7 @@ pub use super::ethereum_types::U256;
// which is bad. Make the compiler think they're incompatible.
pub type Sha256Digest = H256;
pub type Blake2sDigest = H256;
pub type Hash256 = H256;
pub type Address = H160;