Type Alias pallet_migrations::pallet::Cursor
source · pub type Cursor<T: Config> = StorageValue<_GeneratedPrefixForStorageCursor<T>, CursorOf<T>, OptionQuery>;
Expand description
The currently active migration to run and its cursor.
None
indicates that no migration is running.
Storage type is [StorageValue
] with value type CursorOf < T >
.
Aliased Type§
struct Cursor<T: Config>(/* private fields */);