PHash

Type Alias PHash 

Source
pub type PHash = H256;
Expand description

A hash of some data used by the relay chain.

Aliased Type§

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

Tuple Fields§

§0: [u8; 32]