1 2 3 4
use kaspa_rpc_core::Notification; use kaspa_utils::channel::Channel; pub type NotificationChannel = Channel<Notification>;