Function pallet_aura::migrations::remove_last_timestamp
source · pub fn remove_last_timestamp<T: RemoveLastTimestamp>() -> WeightExpand description
Remove the LastTimestamp storage value.
This storage value was removed and replaced by CurrentSlot. As we only remove this storage
value, it is safe to call this method multiple times.
This migration requires a type T that implements RemoveLastTimestamp.