pub type ReferendumCount<T> = StorageValue<_GeneratedPrefixForStorageReferendumCount<T>, ReferendumIndex, ValueQuery>;
Expand description

The next free referendum index, aka the number of referenda started so far.

Storage type is [StorageValue] with value type ReferendumIndex.

Aliased Type§

struct ReferendumCount<T>(/* private fields */);