pub type DownwardMessage = Vec<u8, Global>;
Expand description

A message sent from the relay-chain down to a parachain.

The size of the message is limited by the config.max_downward_message_size parameter.