pub const MAX_INSTRUCTIONS_TO_DECODE: u8 = 100; // 100u8
Expand description
The maximal number of instructions in an XCM before decoding fails.
This is a deliberate limit - not a technical one.
pub const MAX_INSTRUCTIONS_TO_DECODE: u8 = 100; // 100u8
The maximal number of instructions in an XCM before decoding fails.
This is a deliberate limit - not a technical one.