Type Alias distance_oracle::runtime::babe::storage::types::skipped_epochs::SkippedEpochs
source · pub type SkippedEpochs = BoundedVec<(u64, u32)>;
Aliased Type§
struct SkippedEpochs(pub Vec<(u64, u32)>);
Fields§
§0: Vec<(u64, u32)>