Type Alias CodeHash

Source
pub type CodeHash = Bytes;
Expand description

The hash of a contract’s code is used to identify it.

Aliased Type§

pub struct CodeHash(pub Bytes);

Tuple Fields§

§0: Bytes