1
2
3
4
5
6
7
use extended_primitives::Hash;

//Custom type specificly for Name Hashes.
// #[derive(PartialEq, Eq, Clone, Debug, Default)]
// pub struct NameHash(Hash);

pub type NameHash = Hash;