Function pallet_aura::migrations::remove_last_timestamp  [−][src]
pub fn remove_last_timestamp<T: RemoveLastTimestamp>() -> Weight
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.