pub type MigrationProgressV2<T> = StorageValue<MigrationProgressV2_Storage_Instance<T>, MigrationStatus, ValueQuery>;
Expand description
Storage for tracking migration progress
Aliased Typeยง
struct MigrationProgressV2<T>(/* private fields */);
pub type MigrationProgressV2<T> = StorageValue<MigrationProgressV2_Storage_Instance<T>, MigrationStatus, ValueQuery>;
Storage for tracking migration progress
struct MigrationProgressV2<T>(/* private fields */);