Type Alias Hash

Source
pub type Hash = H256;
Expand description

A hash of some data used by the chain.

Aliased Type§

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

Tuple Fields§

§0: [u8; 32]