Type Alias Hash

pub type Hash = B256;

Aliased Type§

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

Tuple Fields§

§0: [u8; 32]