pub type CodeHash = Bytes;
The hash of a contract’s code is used to identify it.
pub struct CodeHash(pub Bytes);
0: Bytes