Constant staging_xcm::v2::MAX_INSTRUCTIONS_TO_DECODE
source ยท pub const MAX_INSTRUCTIONS_TO_DECODE: u8 = 100;
๐Deprecated: XCMv2 will be removed once XCMv5 is released. Please use XCMv3 or XCMv4 instead.
Expand description
The maximal number of instructions in an XCM before decoding fails.
This is a deliberate limit - not a technical one.