referrerpolicy=no-referrer-when-downgrade

Type Alias CurrentSlot

Source
pub type CurrentSlot<T> = StorageValue<_GeneratedPrefixForStorageCurrentSlot<T>, Slot, ValueQuery>;
Expand description

Current block slot number.

Storage type is [StorageValue] with value type Slot.

Aliased Type§

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