Type Alias distance_oracle::runtime::babe::storage::types::under_construction::UnderConstruction
source · pub type UnderConstruction = BoundedVec<[u8; 32]>;Aliased Type§
struct UnderConstruction(pub Vec<[u8; 32]>);Fields§
§0: Vec<[u8; 32]>