pub type Hash = H256;
A simple hash type for all our hashing.
#[repr(C)]pub struct Hash(pub [u8; 32]);
0: [u8; 32]