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