Module pallet_xcm::migration
source · Modules§
- Utilities for handling XCM version migration for the relevant data.
Structs§
- When adding a new XCM version, we need to run this migration for
pallet_xcm
to ensure that all previously stored data with subkey prefixXCM_VERSION-1
(and below) are migrated to theXCM_VERSION
.