Type Alias pallet_ocif_staking::pallet::CurrentEra
source · pub type CurrentEra<T> = StorageValue<_GeneratedPrefixForStorageCurrentEra<T>, Era, ValueQuery>;
Expand description
The current era index.
Storage type is [StorageValue
] with value type Era
.
Aliased Type§
struct CurrentEra<T>(/* private fields */);