Hash

Type Alias Hash 

Source
pub type Hash = H256;
Expand description

Commonly used FixedBytes of size 32

Aliased Type§

#[repr(C)]
pub struct Hash(pub [u8; 32]);

Tuple Fields§

§0: [u8; 32]