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