Type Alias pallet_ocif_staking::pallet::NextEraStartingBlock
source · pub type NextEraStartingBlock<T: Config> = StorageValue<_GeneratedPrefixForStorageNextEraStartingBlock<T>, BlockNumberFor<T>, ValueQuery>;
Expand description
Stores the block number of when the next era starts.
Storage type is [StorageValue
] with value type BlockNumberFor < T >
.
Aliased Type§
struct NextEraStartingBlock<T: Config>(/* private fields */);