pub type H256 = EthereumType<32_usize, true>;
A 256 bit (32 bytes) hash type.
pub struct H256(/* private fields */);