kaspa-rpc-core 0.15.0

Kaspa RPC core
Documentation
1
2
3
4
use crate::Notification;
use kaspa_utils::channel::Channel;

pub type NotificationChannel = Channel<Notification>;