Type Alias pallet_inv4::pallet::NextCoreId
source · pub type NextCoreId<T: Config> = StorageValue<_GeneratedPrefixForStorageNextCoreId<T>, T::CoreId, ValueQuery>;
Expand description
Next available Core ID.
Storage type is [StorageValue
] with value type T :: CoreId
.
Aliased Type§
struct NextCoreId<T: Config>(/* private fields */);