Type Definition pallet_broker::pallet::Regions
source · pub type Regions<T> = StorageMap<_GeneratedPrefixForStorageRegions<T>, Blake2_128Concat, RegionId, RegionRecordOf<T>, OptionQuery>;
Expand description
The current (unassigned) Regions.
Storage type is StorageMap
with key type RegionId
and value type RegionRecordOf < T >
.