Function frame_support::traits::tokens::fungible::conformance_tests::inspect_mutate::reducible_balance_expendable
source · pub fn reducible_balance_expendable<T, AccountId>(_dust_trap: Option<AccountId>)where
T: Mutate<AccountId>,
<T as Inspect<AccountId>>::Balance: AtLeast8BitUnsigned + Debug,
AccountId: AtLeast8BitUnsigned,
Expand description
Test the reducible_balance function with Preservation::Expendable.
This test verifies that the reducible_balance function returns the full account balance when using Preservation::Expendable.
§Type Parameters
- T: Implements Mutate<AccountId>.
- AccountId: Account identifier implementing AtLeast8BitUnsigned.