Type Alias MigrationProgressV2

Source
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 */);