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