pub type Hash = H256;
Commonly used FixedBytes of size 32
#[repr(C)]pub struct Hash(pub [u8; 32]);
0: [u8; 32]