Type Alias cumulus_relay_chain_interface::PHash

source ·
pub type PHash = H256;
Expand description

A hash of some data used by the relay chain.

Aliased Type§

struct PHash(pub [u8; 32]);

Fields§

§0: [u8; 32]