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