Function frame_support::traits::tokens::fungible::conformance_tests::regular::mutate::reducible_balance_protect_preserve
source · pub fn reducible_balance_protect_preserve<T, AccountId>()where
T: Mutate<AccountId>,
<T as Inspect<AccountId>>::Balance: AtLeast8BitUnsigned + Debug,
AccountId: AtLeast8BitUnsigned,
Expand description
Tests Inspect::reducible_balance
returns Inspect::balance
-
Inspect::minimum_balance
when called with either Preservation::Protect
or
Preservation::Preserve
.