pub fn set_balance<T>(account_id: T::AccountId, new_balance: T::Balance)where
    T: Environment<Balance = u128>,
    <T as Environment>::AccountId: From<[u8; 32]>,
Expand description

Sets the balance of account_id to new_balance.