pub type Hash = FixedSizeData<32>;
EVM hash is 32 bytes of data
pub struct Hash(/* private fields */);