Rearrange export structure to something a bit more convenient.

This commit is contained in:
Gav
2018-01-28 13:41:22 +01:00
parent 5b337e3a9c
commit daa77d09a6
42 changed files with 126 additions and 137 deletions
@@ -16,8 +16,8 @@
//! Hashable trait.
use slicable::Slicable;
use runtime_support::{blake2_256, twox_128, twox_256};
use codec::Slicable;
use runtime_std::{blake2_256, twox_128, twox_256};
pub trait Hashable: Sized {
fn blake2_256(&self) -> [u8; 32];