Type Alias pallet_subspace::pallet::EraStartSlot

source ·
pub type EraStartSlot<T> = StorageValue<_GeneratedPrefixForStorageEraStartSlot<T>, Slot>;
Expand description

Slot at which current era started.

Storage type is [StorageValue] with value type Slot.

Aliased Type§

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