pub trait StoreInCodeStorageVersion<T: GetStorageVersion + PalletInfoAccess> {
    // Required method
    fn store_in_code_storage_version();
}
Expand description

Can store the in-code pallet version on-chain.

Required Methods§

source

fn store_in_code_storage_version()

Write the in-code storage version on-chain.

Object Safety§

This trait is not object safe.

Implementors§