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