Type Alias pallet_babe::pallet::EpochIndex

source ·
pub type EpochIndex<T> = StorageValue<_GeneratedPrefixForStorageEpochIndex<T>, u64, ValueQuery>;
Expand description

Current epoch index.

Storage type is [StorageValue] with value type u64.

Aliased Type§

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