pub type StorageVersion<T: Config> = StorageValue<_GeneratedPrefixForStorageStorageVersion<T>, Releases, ValueQuery>;
Expand description
Storage version of the pallet.
New networks start with latest version, as determined by the genesis build.
Storage type is [StorageValue
] with value type Releases
.
Aliased Type§
struct StorageVersion<T: Config>(/* private fields */);