integrate new primitives with native-runtime

This commit is contained in:
Robert Habermeier
2018-02-05 17:40:49 +01:00
parent 2bc7c57359
commit b58df7892f
31 changed files with 179 additions and 976 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ pub type BlockNumber = u64;
pub type TxOrder = u64;
/// A hash of some data.
pub type Hash = [u8; 32];
pub type Hash = hash::H256;
/// Alias to 520-bit hash when used in the context of a signature.
pub type Signature = hash::H512;