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§

source

fn store_current_storage_version()

Write the current storage version to the storage.

Implementors§