Constant STORAGE_VERSION_STORAGE_KEY_POSTFIX
pub const STORAGE_VERSION_STORAGE_KEY_POSTFIX: &'static [u8];Expand description
The storage key postfix that is used to store the StorageVersion per pallet.
The full storage key is built by using:
Twox128(PalletInfo::name) ++ Twox128(STORAGE_VERSION_STORAGE_KEY_POSTFIX)