pub type VersionCheckedMigrateTransporterV0ToV1<T> = VersionedMigration<0, 1, VersionUncheckedMigrateV0ToV1<T>, Pallet<T>, <T as Config>::DbWeight>;Expand description
Seeds AllDomainsSupply from the existing component storages on the introducing
runtime upgrade (storage version 0 -> 1).
Aliased Typeยง
pub struct VersionCheckedMigrateTransporterV0ToV1<T> { /* private fields */ }