pub const MAX_XCM_DECODE_DEPTH: u32 = 8;Expand description
Maximum nesting level for XCM decoding.
The DoubleEncoded<T> calls found within the XCM instructions are ignored when applying this
limit. So from this perspective, they are treated as if they don’t have depth.