pub fn is_operational<S: Storage, A: Api, Q: Querier>(
    deps: &Extern<S, A, Q>
) -> StdResult<()>
Expand description

Fail if the current contract status level is other than Operational.