[][src]Function cw1_whitelist::contract::handle_execute

pub fn handle_execute<S: Storage, A: Api, Q: Querier, T>(
    deps: &mut Extern<S, A, Q>,
    env: Env,
    msgs: Vec<CosmosMsg<T>>
) -> StdResult<HandleResponse<T>> where
    T: Clone + Debug + PartialEq + JsonSchema