pub type DownwardMessage = Vec<u8>;
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.

Aliased Type§

struct DownwardMessage { /* private fields */ }