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