fn add_announcements<T: Config>(
    n: u32,
    maybe_who: Option<T::AccountId>,
    maybe_real: Option<T::AccountId>
) -> Result<(), &'static str>