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.
Aliased Type§
pub struct SignedMigrationMaxLimits<T>(/* private fields */);