Type Alias EpochStartSlot

Source
pub type EpochStartSlot<T> = StorageValue<_GeneratedPrefixForStorageEpochStartSlot<T>, Slot, OptionQuery>;
Expand description

Stores the slot at which a new epoch has started.

Storage type is [StorageValue] with value type Slot.

Aliased Typeยง

pub struct EpochStartSlot<T>(/* private fields */);