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

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 (yoy must explicitly set contract balance if desired)