Type Definition polkadot_primitives::v2::DownwardMessage

source ·
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.