pub trait MarkReplaced { // Required method fn mark_replaced(&mut self, original_hash: &u256, new_hash: &u256) -> bool; }