pub fn set_balance_mint_success<T, AccountId>()where
T: Mutate<AccountId>,
<T as Inspect<AccountId>>::Balance: AtLeast8BitUnsigned + Debug,
AccountId: AtLeast8BitUnsigned,Expand description
Test Mutate::set_balance mints balances correctly.
This test verifies that minting a balance using set_balance updates the account balance,
total issuance, and active issuance correctly.