pub type MigrationStatus<T> = StorageValue<_GeneratedPrefixForStorageMigrationStatus<T>, MigrationState, ValueQuery>;👎Deprecated:
cumulus-pallet-dmp-queue will be removed after November 2024. It can be removed once its lazy migration completed. See https://github.com/paritytech/polkadot-sdk/pull/1246.Expand description
The migration state of this pallet.
Storage type is [StorageValue] with value type MigrationState.
Aliased Type§
struct MigrationStatus<T>(/* private fields */);