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.
Storage type is StorageValue with value type ParaId.