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