[][src]Function cosmwasm_vm::testing::mock_backend_with_balances

pub fn mock_backend_with_balances(
    balances: &[(&HumanAddr, &[Coin])]
) -> Backend<MockStorage, MockApi, MockQuerier>

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