Type Definition pallet_babe::pallet::CurrentSlot
source · pub type CurrentSlot<T> = StorageValue<_GeneratedPrefixForStorageCurrentSlot<T>, Slot, ValueQuery>;
Expand description
Current slot number.
Storage type is StorageValue
with value type Slot
.