kaspa_index_core/
notifier.rs

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