use bee_message::milestone::{Milestone, MilestoneIndex};
#[derive(Clone)]
pub struct LatestMilestoneChanged {
pub index: MilestoneIndex,
pub milestone: Milestone,
}
#[derive(Clone)]
pub struct SolidMilestoneChanged {
pub index: MilestoneIndex,
pub milestone: Milestone,
}
#[derive(Clone)]
pub struct ConfirmedMilestoneChanged {
pub index: MilestoneIndex,
pub milestone: Milestone,
}
#[derive(Clone)]
pub struct SnapshotMilestoneIndexChanged {
pub index: MilestoneIndex,
}
#[derive(Clone)]
pub struct PruningMilestoneIndexChanged {
pub index: MilestoneIndex,
}