pub type Code = Bytes;
Smart contract code is represented as a byte vector containing opcodes.
pub struct Code(pub Bytes);
0: Bytes