referrerpolicy=no-referrer-when-downgrade

Type Alias 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.

Aliased Type§

struct SignedMigrationMaxLimits<T>(/* private fields */);