Function cumulus_pallet_xcmp_queue::migration::migrate_to_v2
source · pub fn migrate_to_v2<T: Config>() -> Weight
Expand description
Migrates QueueConfigData
from v1 (using only reference time weights) to v2 (with
2D weights).
NOTE: Only use this function if you know what you’re doing. Default to using
migrate_to_latest
.