1 2 3 4
use crate::notification::Notification; use kaspa_notify::root::Root; pub type ConsensusNotificationRoot = Root<Notification>;