pub type Parachains<T: Config> = StorageValue<_GeneratedPrefixForStorageParachains<T>, Vec<Id>, ValueQuery>;
Expand description

All lease holding parachains. Ordered ascending by ParaId. On demand parachains are not included.

Consider using the [ParachainsCache] type of modifying.

Storage type is [StorageValue] with value type Vec < ParaId >.

Aliased Type§

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