pub type NextFreeParaId<T> = StorageValue<_GeneratedPrefixForStorageNextFreeParaId<T>, ParaId, ValueQuery>;
Expand description

The next free ParaId.

Storage type is StorageValue with value type ParaId.