pub type UnderConstruction<T: Config> = StorageMap<_GeneratedPrefixForStorageUnderConstruction<T>, Twox64Concat, u32, BoundedVec<Randomness, ConstU32<UNDER_CONSTRUCTION_SEGMENT_LENGTH>>, ValueQuery>;Expand description
TWOX-NOTE: SegmentIndex is an increasing integer, so this is okay.
Storage type is [StorageMap] with key type u32 and value type BoundedVec < BabeRandomness, ConstU32 < UNDER_CONSTRUCTION_SEGMENT_LENGTH > >.
Aliased Type§
struct UnderConstruction<T: Config>(/* private fields */);