pub type MigrationProcess<T> = StorageValue<_GeneratedPrefixForStorageMigrationProcess<T>, MigrationTask<T>, ValueQuery>;
Expand description

Migration progress.

This stores the snapshot of the last migrated keys. It can be set into motion and move forward by any of the means provided by this pallet.

Storage type is [StorageValue] with value type MigrationTask < T >.

Aliased Type§

struct MigrationProcess<T>(/* private fields */);