1use crate::notification::Notification; 2use kaspa_notify::{connection::ChannelConnection, notifier::Notifier}; 3 4pub type IndexNotifier = Notifier<Notification, ChannelConnection<Notification>>;