Function provwasm_mocks::mock_dependencies_with_balances[][src]

pub fn mock_dependencies_with_balances(
    balances: &[(&str, &[Coin])]
) -> OwnedDeps<MockStorage, MockApi, ProvenanceMockQuerier>

Initializes the mock querier with the account balances provided. NOTE: contract balance must be set in the balances slice passed if required.