pub type BlockHash = H256;
A hash to use to identify indivdual blocks.
struct BlockHash(pub [u8; 32]);
0: [u8; 32]