pub type SingleBlockMigrations = (VerifyRuntimeUpgrade,);Expand description
Single-block migrations for the test runtime.
These migrations execute immediately and entirely at the beginning of the block following a runtime upgrade. They must be lightweight enough to complete within a single block.