kaspa_index_core/
connection.rs

1use crate::notification::Notification;
2
3pub type IndexChannelConnection = kaspa_notify::connection::ChannelConnection<Notification>;