pub trait StoreCurrentStorageVersion<T: GetStorageVersion + PalletInfoAccess> {
// Required method
fn store_current_storage_version();
}
Expand description
Can store the current pallet version in storage.
Required Methods§
sourcefn store_current_storage_version()
fn store_current_storage_version()
Write the current storage version to the storage.