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