referrerpolicy=no-referrer-when-downgrade

Hash

Type Alias Hash 

Source
pub type Hash = H256;
Expand description

A simple hash type for all our hashing.

Aliased Type§

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

Tuple Fields§

§0: [u8; 32]