Function mock_backend_with_balances

Source
pub fn mock_backend_with_balances(
    balances: &[(&str, &[Coin])],
) -> Backend<MockApi, MockStorage, MockQuerier>
Expand description

Initializes the querier along with the mock_dependencies. Sets all balances provided (you must explicitly set contract balance if desired)