pub type Regions<T> = StorageMap<_GeneratedPrefixForStorageRegions<T>, Blake2_128Concat, RegionId, RegionRecordOf<T>, OptionQuery>;Expand description
The current (unassigned or provisionally assigend) Regions.
Storage type is [StorageMap] with key type RegionId and value type RegionRecordOf < T >.
Aliased Type§
struct Regions<T>(/* private fields */);