Type Alias pallet_parachain_staking::pallet::Round
source · pub type Round<T: Config> = StorageValue<_GeneratedPrefixForStorageRound<T>, RoundInfo<BlockNumberFor<T>>, ValueQuery>;
Expand description
Current round index and next round scheduled transition
Storage type is [StorageValue
] with value type RoundInfo < BlockNumberFor < T > >
.
Aliased Type§
struct Round<T: Config>(/* private fields */);