pub fn burn_from_exact_success<T, AccountId>()
where T: Mutate<AccountId>, <T as Inspect<AccountId>>::Balance: AtLeast8BitUnsigned + Debug, AccountId: AtLeast8BitUnsigned,
Expand description

Test Mutate::burn_from for successfully burning an exact amount of tokens.

This test checks that burning tokens with Precision::Exact correctly reduces the account balance and total issuance values by the burned amount.