[][src]Function cosmwasm_std::testing::mock_dependencies_with_balances

pub fn mock_dependencies_with_balances(
    canonical_length: usize,
    balances: &[(&HumanAddr, &[Coin])]
) -> Extern<MockStorage, MockApi, MockQuerier>

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