Type Definition polkadot_runtime_common::paras_registrar::pallet::NextFreeParaId
source · pub type NextFreeParaId<T> = StorageValue<_GeneratedPrefixForStorageNextFreeParaId<T>, ParaId, ValueQuery>;
Expand description
The next free ParaId
.