Function frame_support::traits::tokens::fungible::conformance_tests::regular::mutate::can_withdraw_reduced_to_zero
source · pub fn can_withdraw_reduced_to_zero<T, AccountId>()where
T: Mutate<AccountId>,
<T as Inspect<AccountId>>::Balance: AtLeast8BitUnsigned + Debug,
AccountId: AtLeast8BitUnsigned,
Expand description
Test Inspect::can_withdraw
returns WithdrawConsequence::ReducedToZero
when
withdrawing an amount that would reduce the account balance below the minimum balance.