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