Type Definition pallet_state_trie_migration::pallet::SignedMigrationMaxLimits
source · pub type SignedMigrationMaxLimits<T> = StorageValue<_GeneratedPrefixForStorageSignedMigrationMaxLimits<T>, MigrationLimits, OptionQuery>;
Expand description
The maximum limits that the signed migration could use.
If not set, no signed submission is allowed.
Storage type is StorageValue
with value type MigrationLimits
.