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