Type Alias Code

Source
pub type Code = Bytes;
Expand description

Smart contract code is represented as a byte vector containing opcodes.

Aliased Type§

pub struct Code(pub Bytes);

Tuple Fields§

§0: Bytes