pub type PbTableChangeLog = TableChangeLog;Aliased Type§
pub struct PbTableChangeLog {
pub change_logs: Vec<EpochNewChangeLog>,
}Fields§
§change_logs: Vec<EpochNewChangeLog>Epochs should be sorted in ascending order, which means earlier epoch at the front.