Type Alias polkadot_parachain_primitives::primitives::UpwardMessage
source · pub type UpwardMessage = Vec<u8>;
Expand description
A message from a parachain to its Relay Chain.
Aliased Type§
struct UpwardMessage { /* private fields */ }