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 */);