Type Alias 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.

Aliased Type§

struct CurrentSlot<T>(/* private fields */);