referrerpolicy=no-referrer-when-downgrade

NextFreeParaId

Type Alias NextFreeParaId 

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

The next para id that Pallet::reserve will hand out.

Storage type is [StorageValue] with value type ParaId.

Aliased Type§

pub struct NextFreeParaId<T: Config>(/* private fields */);