1///State migration module for the MSA pallet. 2#[allow(missing_docs)] 3pub mod v1; 4/// Migration module for the MSA pallet. 5pub mod v2;