pub type DecidingCount<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageDecidingCount<T, I>, Twox64Concat, TrackIdOf<T, I>, u32, ValueQuery>;Expand description
The number of referenda being decided currently.
Storage type is [StorageMap] with key type TrackIdOf < T, I > and value type u32.
Aliased Type§
struct DecidingCount<T: Config<I>, I: 'static = ()>(/* private fields */);