pub const HARD_MESSAGE_SIZE_LIMIT: u32 = _; // 32_768u32
Expand description

Maximal size of the XCM message that may be sent over bridge.

This should be less than the maximal size, allowed by the messages pallet, because the message itself is wrapped in other structs and is double encoded.