pub type SkippedEpochs = BoundedVec<(u64, u32)>;

Aliased Type§

struct SkippedEpochs(pub Vec<(u64, u32)>);

Fields§

§0: Vec<(u64, u32)>