pub type Hash = H256;
A hash of some data used by the relay chain.
struct Hash(pub [u8; 32]);
0: [u8; 32]