Function frame_support::traits::tokens::fungible::conformance_tests::inspect_mutate::can_withdraw_balance_low
source · pub fn can_withdraw_balance_low<T, AccountId>(_dust_trap: Option<AccountId>)where
T: Mutate<AccountId>,
<T as Inspect<AccountId>>::Balance: AtLeast8BitUnsigned + Debug,
AccountId: AtLeast8BitUnsigned,
Expand description
Test the can_withdraw function for returning a low balance error.
This test verifies that the can_withdraw function returns WithdrawConsequence::BalanceLow when withdrawing an amount that would result in an account balance below the current balance.
§Type Parameters
- T: Implements Mutate<AccountId>.
- AccountId: Account identifier implementing AtLeast8BitUnsigned.