pub type SettlementEpoch = u64;Expand description
Marker-settlement refusal/clearing epoch.
Deliberately distinct from ObserverEpoch: the settlement family is
cleared by another participant’s record admission or by boot drain, never by
observer progress, so the two epochs are never comparable even though both
serialize as u64 (participant contract §0.16 condition 2).