Type Definition 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.