pub trait BaseData { // Required methods fn value(&self) -> f64; fn weight(&self) -> u64; fn epoch_time(&self) -> u128; }