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