Type Definition pallet_state_trie_migration::pallet::AutoLimits
source · pub type AutoLimits<T> = StorageValue<_GeneratedPrefixForStorageAutoLimits<T>, Option<MigrationLimits>, ValueQuery>;
Expand description
The limits that are imposed on automatic migrations.
If set to None, then no automatic migration happens.
Storage type is StorageValue
with value type Option < MigrationLimits >
.