pub fn mock_dependencies(
    canonical_length: usize, 
    contract_balance: &[Coin]
) -> Extern<MemoryStorage, MockApi, MockQuerier<Empty>>Expand description
All external requirements that can be injected for unit tests. It sets the given balance for the contract itself, nothing else