Type Definition cumulus_primitives_core::UpwardMessage
source · pub type UpwardMessage = Vec<u8, Global>;
Expand description
A message from a parachain to its Relay Chain.
pub type UpwardMessage = Vec<u8, Global>;
A message from a parachain to its Relay Chain.