Type Alias pallet_aura::pallet::CurrentSlot

source ·
pub(crate) type CurrentSlot<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentSlot<T>, Slot, ValueQuery>;
Expand description

The current slot of this block.

This will be set in on_initialize.

Storage type is [StorageValue] with value type Slot.

Aliased Type§

struct CurrentSlot<T: Config>(PhantomData<(_GeneratedPrefixForStorageCurrentSlot<T>, Slot, ValueQuery, GetDefault)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStorageCurrentSlot<T>, Slot, ValueQuery, GetDefault)>