1 2 3 4 5 6 7 8 9 10
#[allow(unused_imports, clippy::wildcard_imports)] use super::*; /// ScsymbolLimit is an XDR Const defined as: /// /// ```text /// const SCSYMBOL_LIMIT = 32; /// ``` /// pub const SCSYMBOL_LIMIT: u64 = 32;