[][src]Function cosmwasm_std::testing::mock_dependencies

pub fn mock_dependencies(
    contract_balance: &[Coin]
) -> Extern<MockStorage, MockApi, MockQuerier>

All external requirements that can be injected for unit tests. It sets the given balance for the contract itself, nothing else