pub fn create_funded_user_with_balance<T: Config>(
    string: &'static str,
    n: u32,
    balance: BalanceOf<T>
) -> T::AccountId
Expand description

Grab a funded user with max Balance.